its possible make the basic operations with variables in one macro?
For Example:
For what?
this is a small piece of so many aplications of this basic operation...
but is possible make basic operations?
if its not possible, who can make the same thing? (make additions or subtractions)
For Example:
Code:
A:=1
B:=2
C:=(!A!+!B!)
Self.Say(!C!)
Code:
[b]Garuh[/b]: 3
For what?
- for example, one char are walking, when pass for Xplace for 2 times, change the way for other Yplace, when pass for the Yplace 3times, back to Xplace.
when the times of Xcave + Ycave >= 10, go Zplace to hunt...
- logout char1 & relog char2 & relog char 9, etc etc.
- Check balance, balance=Self.Balance(), transfer=!balance!-500, transfer !transfer!
this is a small piece of so many aplications of this basic operation...
but is possible make basic operations?
if its not possible, who can make the same thing? (make additions or subtractions)