Maybe I misunderstand what you're saying, but the following code doesn't seem to work the way you're suggesting:
Click here to view the secret text
× Set var "TotalAtk" = 0
Wait 0
Set var "TotalAtk" + 1
Wait 0
Set var "TotalAtk" + 1
Wait 0
Set var at 10,8,"TotalAtk" + _EnemyATK
Wait 0
Set var at 10,8,"TotalAtk" + _MyATK
Wait 0
The "
set var"
commands work as expected, setting "
totalatk"
to 0, then 1, then 2. At (10, 8) is a vanilla Mad Eye, so I would expect at least one of those "
set var at"
commands to add 95 to "
totalatk"
, but instead they evidently do nothing.
____________________________
109th Skywatcher
Here are some links to Things!
Click here to view the secret text
[Last edited by Xindaris at 09-06-2025 11:32 PM]