View Single Post
  #8  
Old 05-05-2007, 12:04 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by xXziroXx View Post
Use GS2!!

putnpc2(player.x, player.y, "join(\"classname\");");
I don't like that as it puts the "join()" function in the root of the script which in a sense is just a way of doing gs1.
I do this instead:
putnpc2(player.x, player.y, "").join("classname");
__________________
Do it with a DON!
Reply With Quote