View Single Post
  #1  
Old 12-11-2007, 02:27 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Help With Savelines

How do i get savelines() to save in a specified folder.
PHP Code:
savelines("levels/folder/stuffs/stuff.ini",0); 
I want it to save in the folder "levels/folder/stuffs/" as "stuff.ini", but instead it goes to "stuff.ini" and saves it into scriptfiles/ folder. How do I get itinto that "levels/folder/stuffs/" folder?

Current code:
PHP Code:
function onCreated(){
  
temp.array = new[2];
  
temp.array[0] = "hi";
  
temp.array[1]= "stuffs";
  
temp.array.savelines("levels/sunnyville/mud/mystuff.ini",0);

__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote