Quote
Originally posted by ellrx:
**Can you combine tag values/ perform equations with them,
is it possible,will coldstone recognize, the coordinates: '(&&PlayerX-4;),(&&PlayerY-2;)'
another example:
&&Stamina-;&&MaxMagicPoints;/&&Luck; ??**
Not in a single event object call, no. You will need to do the math before the object call.
If you can, create a new variable and have just prior to the call your math functions:
NewX = &&PlayerX; 'subtract' 4
NewY = &&PlayerY; 'subtract' 2
Then your map position or whatever object call uses the coords NewX/NewY
Same with your Stamina math (&&Stamina-;&&MaxMagicPoints;/&&Luck;)"
Newstam2 = &&MaxMagicPoints;
Newstam2 = &&gb;_Newstam2 'divide' &&Luck;
Newstam = &&Stamina;
Newstam = Newstam 'subtract' &&gb;_Newstam2
Then use the value of Newstam.
------------------
(url="http://"http://stark.evula.net/pogwalkthrough.htm")PoG Walkthrough and Compendium(/url) | (url="http://"http://stark.evula.net/plugins/dev_tools.htm")PoG Dev Tools(/url) | (url="http://"http://stark.evula.net/plugins/spells_expander.htm")Spells Expander(/url)
(url="http://"http://stark.evula.net")Stark.evula.net(/url) now on (url="http://"http://www.evula.net")EVula.net(/url)