10 lines
311 B
Plaintext
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);
|
|
}
|