Initial commit. Updated release archive.
This commit is contained in:
9
_module/nss/p000q003_action.nss
Normal file
9
_module/nss/p000q003_action.nss
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "nw_i0_plotwizard"
|
||||
void main()
|
||||
{
|
||||
object oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "LettertoPope");
|
||||
DestroyObject(oItemToTake);
|
||||
CreateItemOnObject("it_zechariahkey", GetPCSpeaker());
|
||||
PWSetMinLocalIntPartyPCSpeaker("p000state_Heraclius", 3);
|
||||
PWSetMinLocalIntPartyPCSpeaker("p000state", 3);
|
||||
}
|
Reference in New Issue
Block a user