Author Topic: Detecting if the player has his light on?  (Read 342 times)

Is it possible to detect if the player has his light on?
I've tried isObject(%client.light) and if(%client.light $= "") with no luck. =/

isObject(%client.player.light)

isObject(%client.player.light)
Ah, I was looking through Truce's Advanced Light script and found %client.light not %client.player.light. Makes sense, thanks.