View Single Post
  #16  
Old 02-26-2002, 12:09 AM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Re: defining script from string

i am not sure, but couldn't you do something like setting them over time?
setstring client.Test,#;
client.Test,#s(client.Test)#v(this.test);
client.Test,#s(client.Test)#;
client.Test,#s(client.Test)#s(client.Test2);
or is # too much of a keyword? There has to be soime way.
Quote:
2) It looks like this in the flag list:

client.Test=#v(this.test)#s(client.Test2)
thats cause it is setting the setting...there really should be some sort of escape characters with graal. Just to reduce it for simpletons.

Quote:
Originally posted by Kaimetsu


I'm guessing things like:

string1=#s(string1)
message #s(string1);
      ^ thats sick man!

I suppose strings are different, since their full names are stored in the flag list, but it could never work for variables, could it?
wouldn't it be stored in an array i believe
char* stringnames[] = {"string"};
char* stringvalue[] = {"value"};
no, probably structs would work better.

Quote:
Originally posted by Kaimetsu

Personally I'd be against it one way or another. It goes against the principles of "real" programming and introduces lots of behind-the-scenes icky stuff.
yes i agree.
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote