View Single Post
  #2  
Old 07-14-2011, 12:15 PM
iBeatz iBeatz is offline
Kavan
iBeatz's Avatar
Join Date: Dec 2010
Location: Northern Ireland, UK
Posts: 154
iBeatz will become famous soon enough
Send a message via Yahoo to iBeatz
I suggest that when the NPC is slashed by way of the onWa****() event, it will add the weapon to the player like so:

PHP Code:
function onWa****(){
 
player.addweapon("your weapon name");

__________________

Intelligence without ambition is like a bird without wings.

Reply With Quote