Battledale_PRC8/_module/nss/nk_fp_trigger_b0.nss

11 lines
279 B
Plaintext
Raw Normal View History

void main()
{
object oPC = GetExitingObject();
object oKey = GetItemPossessedBy(oPC, "nk_fp_keybronze");
if (GetIsObjectValid(oKey))
{
object oBrain = GetNearestObjectByTag("nk_fp_brain", OBJECT_SELF, 1);
SetLocalInt(oBrain, "BRONZE", 0);
}
}