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.