11 lines
358 B
Plaintext
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);
|
|
}
|