bob perfect rested standing N N N Y 0 0
ted perfect rested standing N N N Y 0 0
mark perfect rested standing N N N Y 0 0
this is my trigger below
^\s+(?P<player>Bob|mike|john|ted|reed|ralf|nick|yoshy|nine|ten)\s+(?P<status>dying|bleeding|stunned|awful|(v.bad)|bad|fair|good|(v.good)|perfect)\s+([[:alpha:]]+)\s+([[:alpha:]]+)\s+[[:alpha:]]\s+[[:alpha:]]\s+[[:alpha:]]\s+(?P<here>Y|N)\s+[[:xdigit:]]\s+[[:xdigit:]]$
this works to pick up the line but there are anywhere from 1-10 of these lines and i need the trigger to pick up all of the lines and read them at once!
i want it to reed all as one so my trigger will only do one action not c 'heal' on several people at the same time..
ted perfect rested standing N N N Y 0 0
mark perfect rested standing N N N Y 0 0
this is my trigger below
^\s+(?P<player>Bob|mike|john|ted|reed|ralf|nick|yoshy|nine|ten)\s+(?P<status>dying|bleeding|stunned|awful|(v.bad)|bad|fair|good|(v.good)|perfect)\s+([[:alpha:]]+)\s+([[:alpha:]]+)\s+[[:alpha:]]\s+[[:alpha:]]\s+[[:alpha:]]\s+(?P<here>Y|N)\s+[[:xdigit:]]\s+[[:xdigit:]]$
this works to pick up the line but there are anywhere from 1-10 of these lines and i need the trigger to pick up all of the lines and read them at once!
i want it to reed all as one so my trigger will only do one action not c 'heal' on several people at the same time..