View Single Post
  #3  
Old 02-10-2002, 02:20 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Re: serverstrings...

Quote:
Originally posted by GrowlZP2P

How about it? Cuts down on lagginess and is just as functional.
Well, you'd have to wait for the value to arrive. It might mess up the traditional scripting system. Something more like:

NPC Code:

if(suchandsuch){
requeststring server.higuy;
}
if(retrievedstring){
dostuffwithstring;
}



Might be better.
__________________
Reply With Quote