View Single Post
  #16  
Old 03-20-2003, 11:26 AM
PastAustin PastAustin is offline
Registered User
Join Date: Mar 2003
Location: Littleton, Colorado, US
Posts: 91
PastAustin is on a distinguished road
Send a message via ICQ to PastAustin Send a message via AIM to PastAustin
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.
__________________
"...I'm going to burn this place down..."
-Milton
Reply With Quote