Quote:
Originally Posted by Crow
If you use a client.var in a gani script, it'll always use the one of the player viewing the gani.
|
should I just reference the client var without providing the object?
PHP Code:
if(client.viewnicks)
EDIT: tested that with another player, appears to be working as intended
I guess the issues I need to figure out still are how to update nick names being toggled off instantly rather than having to sit and wait for a slow timeout I plan to use for AP.
EDIT 2: apparently keydown(10) only returns true while unpausing, and will not return true while starting a pause. Only solution I can think of is using GraalControl.onKeyDown and checking if keyname == 2nd param.