so this is my auto mira for my tank(seperate window i can't figure out how to send variable from world 4 to world 1 so this is my solution)
this works perfect only fires once even when multiple prompts come up my problem is reenabling the trigger
this is my trigger
now i have used all the versions of EnableGroup TriggerGroup idk world.EnableTrigger i tried everything on that page and i cannot get the mirar to reenable (i know the ones in this paragraph may not be correct i did copy and past from the website this is just from my bad memory)
i even tried adding to the alias mroam to enable the trigger
<triggers>
<trigger
group="mirar"
lines_to_match="2"
match="Buf:hurt"
regexp="y"
send_to="12"
sequence="100"
>
<send>Execute("mroam")
EnableTriggerGroup ("mirar", false)</send>
</trigger>
</triggers>
this works perfect only fires once even when multiple prompts come up my problem is reenabling the trigger
this is my trigger
<triggers>
<trigger
enabled="y"
match="Buf:full"
send_to="12"
sequence="100"
>
<send>EnableTriggerGroup("mirar", true)</send>
</trigger>
</triggers>
now i have used all the versions of EnableGroup TriggerGroup idk world.EnableTrigger i tried everything on that page and i cannot get the mirar to reenable (i know the ones in this paragraph may not be correct i did copy and past from the website this is just from my bad memory)
i even tried adding to the alias mroam to enable the trigger