View Single Post
  #10  
Old 04-20-2011, 06:20 PM
Mark Sir Link Mark Sir Link is offline
Kevin Azite
Mark Sir Link's Avatar
Join Date: Sep 2005
Posts: 1,489
Mark Sir Link is just really niceMark Sir Link is just really nice
Send a message via AIM to Mark Sir Link
Quote:
Originally Posted by Crow View Post
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.

Last edited by Mark Sir Link; 04-20-2011 at 06:42 PM..
Reply With Quote