View Single Post
  #10  
Old 09-06-2004, 03:21 PM
smogo
Discordant
 
Join Date: Jan 2004
Location: 47
Posts: 339
Default

you didn't close the match pattern in the if clause :
Code:
if($text=~/ShapeChange30)
should be
Code:
if($text=~/ShapeChange30/)
on all such lines.

This might not solve all your pbs, but it's a start imho. i hope this helps.
__________________
EQEMu Quest Repository is down until something new :(
Reply With Quote