View Single Post
  #5  
Old 01-02-2005, 06:44 AM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
Something you can do, if the strings are in a database NPC, is:

NPC Code:

with (getnpc(Database)){
copystrings this.tags,client.gangtags;
}



This would transfer all the strings with this.tags to client.gangtags...
In such way, "this.tagsmiddo" would then become "client.gangtagsmiddo", and can easily be accessed clientside from there.
Reply With Quote