Author Topic: Clear variables  (Read 710 times)

As I make RPG's with var's when I check and see if somthing works I get those variables then if theres somthing wrong I have to exit and then come back I whould like someone to make a add-onn where you can choose to clear all variables or just specific one. Also it whould be nice just to take a variable away then having to minus it and set it up so somthing cant happen twice making one less step.
« Last Edit: August 10, 2009, 05:06:19 PM by Fabio Bajesus »

I replyed to this so i could move it back to front cause I posted this late at night lolz +D

I replyed to this so i could move it back to front cause I posted this late at night lolz +D
that sir is called a bump

also just clear the events

that sir is called a bump

also just clear the events
HMM if I clear events then how will that make that variable go away from me? and just having clear variables whould make it easyer to even do variables.

Let's say you have 77 of something.

Addvariable --> -77

Let's say you have 77 of something.

Addvariable --> -77
ye but if you dispaly that variable it says 0 so technicaly you still have it and if I were to
onactivate / player / addvariable / bob / 70
and then -70 from it and go to somthing else and
onactivate / ifvariable / self / gretaerequals / -1
variabletrue / player / additem / pill
he whould still get pill so i want it where it whould erase the variable.