Trigger:
<triggers>
<trigger
enabled="y"
match="*[cpdb eb]*"
sequence="100"
>
<send>stand</send>
</trigger>
</triggers>
H:2229 M:1564 E:93% W:100% B:97% [cdb eb]sit
You sit yourself down.
H:2775 M:1564 E:94% W:100% B:97% [cpdb eb]ponder
You ponder the situation.
H:2775 M:1564 E:94% W:100% B:97% [cpdb eb]Stand
The trigger should activate the second it sees [cpdb eb] shouldnt it? But it doesnt activate until it recieves a line from the server. So if I sit down and it sees it it doesnt react. but as soon as I ponder and the Server sends the new line and the prompt the SECOND time..THEN it activates..any ideas on how to get it to react immediatly? I even tried World(immediate) under where to send the command from the trigger to and it made no difference....
<triggers>
<trigger
enabled="y"
match="*[cpdb eb]*"
sequence="100"
>
<send>stand</send>
</trigger>
</triggers>
H:2229 M:1564 E:93% W:100% B:97% [cdb eb]sit
You sit yourself down.
H:2775 M:1564 E:94% W:100% B:97% [cpdb eb]ponder
You ponder the situation.
H:2775 M:1564 E:94% W:100% B:97% [cpdb eb]Stand
The trigger should activate the second it sees [cpdb eb] shouldnt it? But it doesnt activate until it recieves a line from the server. So if I sit down and it sees it it doesnt react. but as soon as I ponder and the Server sends the new line and the prompt the SECOND time..THEN it activates..any ideas on how to get it to react immediatly? I even tried World(immediate) under where to send the command from the trigger to and it made no difference....