| Posted by
| Aidyn.Hartfire
USA (15 posts) Bio
|
| Message
| Here is the first one I saved that I was trying. A bit clunky and amateur, but I only do this in my free time. You can still laugh though.
^Your wound status is\:^\*{1,}^(Body Part)\s{1,}(Wounds)\s{1,}(Wound Status)\s{1,}(Ruptures)\s{1,}(Rupture Status)\s{1,}^(\D{1,})^(Head)\s{1,}(*)\s{1,}(none|light|negligible|medium|heavy|critical)\s{1,}(*)^(Chest)\s{1,}(*)\s{1,}(none|light|negligible|medium|heavy|critical)\s{1,}(*)^(Gut)\s{1,}(*)\s{1,}(none|light|negligible|medium|heavy|critical)\s{1,}(*)^(Right Arm)\s{1,}(*)\s{1,}(none|light|negligible|medium|heavy|critical)\s{1,}(*)^(Left Arm)\s{1,}(*)\s{1,}(none|light|negligible|medium|heavy|critical)\s{1,}(*)^(Right Leg)\s{1,}(*)\s{1,}(none|light|negligible|medium|heavy|critical)\s{1,}(*)^(Left Leg)\s{1,}(*)\s{1,}(none|light|negligible|medium|heavy|critical)\s{1,}(*)^\*{1,}$
Looking back, I think I see one of the problems. There are no endline statements to match the newline statements. That is, no $ to match the ^ except for the last one. Heh. Like I said, amateur.
But I am trying your suggestion now to see if it'll work. I should do the same for the others (spaces, asterisks, etc) correct? Except with the right prefix. |
if me = "confused" then
SetVariable ("idiot", "yes")
Send ("choke")
DoAfter (3, "curse")
else Send ("fist pumpage")
end -- if | | Top |
|