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

11 lines
358 B
Plaintext

#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);
}