My variable "level" is set to 91. I want it to increase by 1 when I level, which it does. The problem is that the second line must already have the @level variable cached, because even though I look in my variable list and it says 92 when the script sends text to the mud it says 91. Any ideas?
world.setvariable "level", Cint(getvariable("level")) +1
world.send "gt Level @level: I gained %1 hp and %3 mana while receiving %7 practices."
world.setvariable "level", Cint(getvariable("level")) +1
world.send "gt Level @level: I gained %1 hp and %3 mana while receiving %7 practices."