#include "nw_i0_plotwizard" void main() { object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "jelly"); DestroyObject(oItemToTake); object oItemToGive = GetItemPossessedBy(OBJECT_SELF, "NW_IT_MPOTION005"); ActionGiveItem(oItemToGive, GetPCSpeaker()); PWSetMinLocalIntPartyPCSpeaker("p000state_Renthran", 2); }