HiddenTradition_PRC8/_module/nss/p000q003_action.nss
2024-06-20 15:47:42 -04:00

10 lines
311 B
Plaintext

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