Alangara_PRC8/_module/nss/p000q001_action.nss

11 lines
358 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:21:06 -04:00
#include "nw_i0_plotwizard"
void main()
{
SetLocalInt(OBJECT_SELF, "p000began", 1);
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "food_cherie");
DestroyObject(oItemToTake);
CreateItemOnObject("potionofcurel002", GetPCSpeaker());
PWSetMinLocalIntPartyPCSpeaker("p000state_NW_BATTDEVOUR", 1);
PWSetMinLocalIntPartyPCSpeaker("p000state", 1);
}