Global
Global statebags
Services
Name | Type | Description |
---|---|---|
services:[name] | number | Number of active workers in service |
Examples
-- Example use of services:[name] global state.
local activePolice = GlobalState.state['services:police']
if(activePolice >= 1) then
print("There is an active, on duty police officer in the call center!")
end
Last updated on