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