Thread: Trading?
View Single Post
  #17  
Old 02-04-2002, 02:32 AM
royce royce is offline
Banned
royce's Avatar
Join Date: Sep 2001
Location: Yakitinzen, China
Posts: 2,271
royce is on a distinguished road
Send a message via AIM to royce
Quote:
Originally posted by Goboom
y dont you use this. in the weapon of the player like
if (this.traded=1){
destroy;}
therefore it destroys the weapon
erm try

NPC Code:

if (this.traded<=1) {
this.item--;
destroy;
}


something like that?
Reply With Quote