HiddenTradition_PRC8/_module/nss/p000q003_action.nss

10 lines
311 B
Plaintext
Raw Permalink Normal View History

#include "nw_i0_plotwizard"
void main()
{
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "LettertoPope");
DestroyObject(oItemToTake);
CreateItemOnObject("it_zechariahkey", GetPCSpeaker());
PWSetMinLocalIntPartyPCSpeaker("p000state_Heraclius", 3);
PWSetMinLocalIntPartyPCSpeaker("p000state", 3);
}