-
-
Notifications
You must be signed in to change notification settings - Fork 5
DeskLocked
Anthony Headley edited this page Apr 19, 2020
·
2 revisions
| Name | Description | Optional |
|---|
bool: true = Desk is locked bool: false = Desk is not locked ...
local locked = DeskLocked()
if(locked) then
Echo("Desk is locked")
else
Echo("Desk is unlocked")
end