there's another bug, when i fight the second guy in the Rose Date event, i get a message saying " Imposible to win ".
i've also found one of the bugs mentioned previously:
<<set $apb1 = 1>>\
<<if $apb1 gte 5>>
<<goto "endpiso1">>
<</if>>\
<<addmins 10>>
like this it's impossible to have apb1 gte 5 since every time it runs this script apb1 is set to 1 before the check (same for apb)
i've also found one of the bugs mentioned previously:
<<set $apb1 = 1>>\
<<if $apb1 gte 5>>
<<goto "endpiso1">>
<</if>>\
<<addmins 10>>
like this it's impossible to have apb1 gte 5 since every time it runs this script apb1 is set to 1 before the check (same for apb)