Thread: joining classes
View Single Post
  #7  
Old 12-28-2005, 03:32 PM
Inverness Inverness is offline
Incubator
Inverness's Avatar
Join Date: Aug 2004
Location: Houston, Texas
Posts: 3,613
Inverness is a jewel in the roughInverness is a jewel in the rough
When using quotes within quotes in GS2, you will need to put a back-slash before the quote that will be read as inside the string, a thanks to Malinko for pointing this fact out for me:
PHP Code:
putnpc2(player.0.5 vecx(player.dir),player.vecy(player.dir),"join(\"mud_item\");"); 
And since mousex and mousey are clientside-only you would just need to send them with the trigger.
__________________
Reply With Quote