Initial Upload
Initial Upload
This commit is contained in:
13
_module/nss/merchant_script.nss
Normal file
13
_module/nss/merchant_script.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
object oItem = GetFirstItemInInventory(oPC);
|
||||
|
||||
while (GetIsObjectValid(oItem) && GetPlotFlag(oItem)== TRUE)
|
||||
{
|
||||
SetPlotFlag(oItem,FALSE);
|
||||
oItem = GetNextItemInInventory(oPC);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user