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!