View Single Post
  #7  
Old 04-19-2006, 05:12 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Quote:
Originally Posted by ApothiX
To access level. variables clientside, you have to set them clientside.
This would probably be your best method of doing this, something like:

PHP Code:
//#CLIENTSIDE
if(created) {
  
level.ladders.add({ this.xthis.ywhateverelse });

It treats them the same as un-prefix'd variables.

I can't really make the system detect them, because the player could be on a gmap with 1000s of NPCs.
You know how laggy that is. :P
Reply With Quote