Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.
Name:
Email:
Subject:
Message icon:

Verification:
Type the letters shown in the picture
Listen to the letters / Request another image

Type the letters shown in the picture:
What color is grass?:
What is the seventh word in this sentence?:
What is five minus two (use the full word)?:

shortcuts: hit alt+s to submit/post or alt+p to preview


Topic Summary

Posted by: Magus_BGforge
« on: September 15, 2017, 07:09:07 AM »

Riiight... how stupid of me. Thanks.
Posted by: Wisp
« on: September 14, 2017, 02:02:39 PM »

Escape the square bracers. It's a regexp and it does not match because you are asking it to look for one letter out of the set E, N, M and Y.
Posted by: Magus_BGforge
« on: September 12, 2017, 08:15:09 PM »

This works
Code: [Select]
REPLACE_TRIGGER_TEXT wtpfamp4
~NextTriggerObject(Player1)~
~True()~

REPLACE_TRIGGER_TEXT wtpfamp4
~CombatCounterLT(1)~
~True()~
But this doesn't (no change)
Code: [Select]
REPLACE_TRIGGER_TEXT wtpfamp4
~!Detect([ENEMY])~
~True()~
Am I doing something wrong?