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