generated from Jaysyn/ModuleTemplate
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
#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);
|
|
}
|