Files
HeroesStone_PRC8/_module/nss/p000q002_action.nss
Jaysyn904 1eefc84201 Initial Commit
Initial Commit.
2025-09-14 15:40:46 -04:00

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