Thread: rounding plz?
View Single Post
  #11  
Old 05-24-2007, 05:52 AM
theHAWKER theHAWKER is offline
**FLIP OUT**
theHAWKER's Avatar
Join Date: Mar 2006
Location: canada, vancouver
Posts: 768
theHAWKER is an unknown quantity at this point
Quote:
Originally Posted by cbkbud View Post
Round of applause theHAWKER!

Looks like you're learning GS2, good job!

One thing I would like to point out however.
You used
PHP Code:
addWeapon(Axe); 
what you should use is
PHP Code:
addWeapon("Axe"); 
that way it is not trying to add whatever is in the variable 'Axe', which is most likely NULL.
thank you.

addWeapon(Axe); works just fine with out the quotes, so is it adding the weapon by fluke?
__________________
**FLIP OUT**
Reply With Quote