Quote:
Originally posted by Kaimetsu
The parameters are not as simple as just 'from' and 'to'. They specify a source and a destination, true, but these are both prefixes. For example:
NPC Code:
copystrings this.game,client.game;
Would take all strings starting with 'this.game' and copy them with the new prefix 'client.game'. So this.game49 would be copied under the new name client.game49.
|
Now that I didn't know. sweet.