Alangara_PRC8/_module/nss/ke_take2_sgbrain.nss
Jaysyn904 86feb9ca6f Initial commit
Initial commit.
2024-06-05 21:21:06 -04:00

19 lines
296 B
Plaintext

#include "NW_i0_Plot"
void main()
{
object oPC = GetPCSpeaker();
object oItem;
oItem = GetItemPossessedBy(oPC, "stonegnawerbrain");
TakeNumItems(oPC, "stonegnawerbrain", 2);
if (GetIsObjectValid(oItem))
DestroyObject(oItem);
if (GetIsObjectValid(oItem))
DestroyObject(oItem);
}