Thread: Trading?
View Single Post
  #19  
Old 02-04-2002, 03:11 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by lordhelmut
hmmm the main problem is destroying it in the droppers weapons list
you could do like
if (destroynpc) { destroy; }
in the tradable npc's.. then have in the trader
for (this.i=0;this.i<weaponscount;this.i++) {
if (strequals(#w(this.i),Fireball)) { callweapon this.i,destroynpc; }
}
or something like that. (where fireball is the npc ur trading)
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote