Thread: Remove
View Single Post
  #7  
Old 07-17-2002, 12:28 AM
AlexH AlexH is offline
Have A Drink On Me
AlexH's Avatar
Join Date: Jun 2001
Location: Somewhere In Time
Posts: 7,442
AlexH is on a distinguished road
Send a message via AIM to AlexH Send a message via MSN to AlexH
Re: Remove

Quote:
Originally posted by Dragona2002
2 questions (again )

1.i just cant figure out how to remmove a weapon from ur Q window
(weaponlist)

2. how do i remove the item from a inventory ?

example of command :


if (playertouchsme) {
toinventory itemname;
}

how do i delete it from the inventory ?
1) removeweapon weapon name (only if your using NPC Server)
If your not using NPC Server you can add a bit at the bottom of the script like
NPC Code:
if (flagnamehere) {
destroy;
}


2) unset flag (flag will be whatever you have toinventoried)
__________________
QUICK LOOK BUSY JESUS IS COMING!
Reply With Quote