The Dink Network

Quick change for &strength etc

September 20th 2007, 04:17 PM
dinkdead.gif
Is there a way to change Dink's strength, defense or magic by more than 1 point immediately and without sound? Say I want it to jump straight from 1 to 10 without running through 2, 3, 4...
September 20th 2007, 04:45 PM
knightg.gif
cypry
Peasant He/Him Romania
Chop your own wood, and it will warm you twice. 
I don't know if it works, but you might try to use draw_status(), after &strength=10;
September 20th 2007, 04:49 PM
duckdie.gif
It works. It also works for Defense, Magic, Life, and Gold.
September 20th 2007, 04:59 PM
dinkdead.gif
Thanks!
September 20th 2007, 05:13 PM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
But if you want it to go up ten, you'd have to use &strength += 10; right?
September 20th 2007, 05:15 PM
duckdie.gif
Correct.
September 20th 2007, 05:16 PM
dinkdead.gif
Actually I was just doing &strength = 10; before and just now when I tested with draw_status();
Didn't think of += at all

Edit: hang on, I was making it go down... I'll test it going up
Edit2: Tested just using = going up and down, works fine both ways.