Quote:
Originally Posted by theHAWKER
 thank you.
addWeapon(Axe); works just fine with out the quotes, so is it adding the weapon by fluke?
|
It works because it's basically referring to this object. Similar to addweapon(this); However, you should get used to doing addweapon("string"); rather than objects. (Though I admit I often do findplayer("Twinny").addweapon(this);

)