Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
13
_module/nss/qst_takestaff.nss
Normal file
13
_module/nss/qst_takestaff.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
object oItemToTake;
|
||||
string sTag;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
sTag = "en3_staffkings";
|
||||
|
||||
oItemToTake = GetItemPossessedBy(oPC, sTag);
|
||||
if(GetIsObjectValid(oItemToTake) != 0)
|
||||
DestroyObject(oItemToTake);
|
||||
}
|
Reference in New Issue
Block a user