Thread: Boat ride...
View Single Post
  #8  
Old 04-17-2007, 09:05 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 killerogue View Post
Dude, some general words of wisdom from a friend, Learn how to script first before you start trying to script everything complicated. Not a word for word quote as I forgot the exact words. But, meh, get's the point across.

All of GS1 is basically deprecated, how do you find:

setstring this.stuff,#c(blah)

easier than,

this.stuff = "blah";

I just don't get it....
setstring this.stuff,#c(blah)?

That's basically doing this in GS2:
this.stuff = players[blah].chat;

Perhaps you just mean to write:
setstring this.stuff,blah;
__________________
Do it with a DON!
Reply With Quote