Hello fellas,
I have a script that display a repeated message during the game. Now this script works perfectly when i enable it show the message. but when i try to stop it. it does not.
mess
{
spawn
{
accum 0 set 0
}
on
{
accum 0 set 1
trigger mess showmsg
}
off
{
accum 0 set 0
trigger mess showmsg
}
showmsg
{
accum 0 abort_if_not_equal 1
wm_announce "yes yes yes"
trigger mess showmsg
}
}
can you help me please.
thank you in advance
