Thread: Max Level (v2)
View Single Post
  #3  
Old 02-17-2009, 08:01 PM
LilPixie LilPixie is offline
Member
 
Join Date: Jan 2009
Posts: 75
Credits: 10,422
LilPixie
Default RE: Max Level (v2)

This is what I have them set to http://i93.photobucket.com/albums/l59/snitzerr/level.png
I wanted to find the actual file that saves this information to check and see if something saved wrong, but I couldn't remember what it was called.

Oh wait. Here it is:
Code:
<?php
//EasyPHPAdoptables Levels File

$level1c = 5; 
$level2c = 10;
$level3c = 20;
$level4c = 30;
$level5c = 40;
$level6c = 60;
$level7c = 90;
$level8c = 120;
     	
?>
Nothing saved wrong. o_o
Reply With Quote