View Single Post
  #1  
Old 01-07-2007, 01:56 PM
projectigi projectigi is offline
Registered User
Join Date: Jan 2004
Posts: 403
projectigi is an unknown quantity at this point
servside savestring?

Yeah I did something like this

NPC Code:

this.test = "blub";
this.test.savestring( "levels/blub.txt", 0 );


and
NPC Code:

this.test = "blub";
this.test.savestring( "blub.txt", 0 );



there snot any blub.txt in levels/ :<
Reply With Quote