Alangara_PRC8/_module/nss/ke_take2_sgbrain.nss

19 lines
296 B
Plaintext
Raw Normal View History

2024-06-05 21:21:06 -04:00
#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);
}