View Single Post
  #9  
Old 05-24-2009, 03:21 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

Code:
 if ($counter ==9);
That should be:

Code:
 if ($counter == 9) {
And you will need another bracket to close that out after your spawn2.
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote