View Single Post
  #2  
Old 10-28-2009, 03:51 AM
Switch Switch is offline
o.o
Switch's Avatar
Join Date: Jan 2007
Location: Philadelphia
Posts: 3,038
Switch has a spectacular aura about
Send a message via MSN to Switch
Quote:
Originally Posted by Deas_Voice View Post
PHP Code:
...
temp.powerdmg int(random(power[0],power[1]));
...
//go to health system and heal using the amount 'random(int(power[0],power[1]))' 
Hehe

Did you make sure that the player you're testing this on has the spell system weapon?
And if you have your own firing system (if you use disableweapons() and/or set your D-weapon differently) make sure to call onWeaponFired() in "Spell/Test", and make sure the function in public (public function onWeaponFired() {)
__________________
Oh squiggly line in my eye fluid. I see you lurking there on the peripheral of my vision.
But when I try to look at you, you scurry away.
Are you shy, squiggly line?
Why only when I ignore you, do you return to the center of my eye?
Oh, squiggly line, it's alright, you are forgiven.
Reply With Quote