How to add exp to Dink (non-killing related)
How to add Dink's experience arbitrarily?
I tried the following:
&crap = random(25, 25);
add_exp(&crap, 1);
But nothing happened.
I also tried the following:
&crap = random(25, 25);
&exp += &crap;
And, Dink's experience got increased by a huge amount (definitely not in the range of 25 to 50).
Please help.
I tried the following:
&crap = random(25, 25);
add_exp(&crap, 1);
But nothing happened.
I also tried the following:
&crap = random(25, 25);
&exp += &crap;
And, Dink's experience got increased by a huge amount (definitely not in the range of 25 to 50).
Please help.