LoT_PRC8/_module/nss/p001q004_action.nss

11 lines
344 B
Plaintext
Raw Permalink Normal View History

2023-09-25 21:32:17 -04:00
#include "nw_i0_plotwizard"
void main()
{
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "WandofOrcus");
DestroyObject(oItemToTake);
GiveGoldToCreature(GetPCSpeaker(), 65000);
PWSetMinLocalIntPartyPCSpeaker("p001state_Kinggolan", 4);
PWSetMinLocalIntPartyPCSpeaker("p001state", 4);
PWGiveExperienceParty(GetPCSpeaker(), 5000);
}