View Single Post
  #1  
Old 10-07-2012, 01:39 AM
Bl0nkt Bl0nkt is offline
Era Developer
Bl0nkt's Avatar
Join Date: Mar 2005
Location: Pennsylvania
Posts: 1,589
Bl0nkt will become famous soon enough
Send a message via AIM to Bl0nkt
GS1 "Concatenation"

Not sure what it is actually called, but the GS2 equivalent would be

NPC Code:

number = 3;
this.("string" @ number)



Being read in the code as this.string3. Also, how would I do something similar to play a file in gs1?

Example:

NPC Code:

number = 2;
play("file" @ number @ ".wav");



much appreciated!
Reply With Quote