Author Topic: Hunger Mod development. (with Items) (Beginner torque scripter)  (Read 1999 times)

pretty sure torque supports +=

so instead of %obj.client.hunger = %obj.client.hunger + 10;, you could use %obj.client.hunger += 10;