<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Kevin Reid wrote:<br><br>"You want:<br>^ *Hp: *(\d+)\((\d+)\) +Gp: *(\d+)\((\d+)\) +Xp: *(\d+) +Quest Xp: *(\d +) +Socp: *(\d+)\((\d+)\) *$"<br><br><br>Thanks alot!! That seemed to do the trick.<br><br>I was also wondering if there's a specific trick to capturing a room description and announcing it other people.<br><br>For instance, if the room description is the following:<br><br><br>The Southern Courtyard [n,ne,s,nw,tower].<br><br><br>Trigger:<br><br>^(.*) * [(.*)].<br><br>I try to break it into two arguments using<br><br>Script:<br><br>@@roomvar=arg[1]<br>@@exits=arg[2]<br><br>Somehow, it's not capturing any of the arguments when I look for it in @@message. What am I doing wrong?<br></div></div><br>



      </body></html>