It looks like you're new here. If you want to get involved, click one of these buttons!
^hi? ?(\w+)?$
if not matches[2] then send("emote says hi",false)else send("emote says hi to "..matches[2],false)end
Klendathu said: Pattern:^hi? ?(\w+)?$Big white box:if not matches[2] then send("emote says hi",false)else send("emote says hi to "..matches[2],false)end
Answers