RoT2_PRC8/_module/nss/cb_tke_tmbattle.nss

14 lines
167 B
Plaintext
Raw Permalink Normal View History

2023-09-25 18:13:22 -04:00
void main()
{
object oPC = GetPCSpeaker();
object oItem;
oItem = GetItemPossessedBy(oPC, "TMBATTLEPLAN");
if (GetIsObjectValid(oItem))
DestroyObject(oItem);
}