SecureFloor

Secure floor in building

Usage: Used in 7 task(s)

Lua Implementation

-- Secure Floor
function execute(params)
    local floor = params.floor_number
    local building = params.building_location

    this:setStateProperty("SecuringFloor", floor)
    this:setStateProperty("BuildingLocation", building)

    return true
end