Initial upload
Initial upload
This commit is contained in:
25
_module/nss/jackopenstore.nss
Normal file
25
_module/nss/jackopenstore.nss
Normal file
@@ -0,0 +1,25 @@
|
||||
object oTarget;
|
||||
|
||||
//Created by Guile 3/14/07
|
||||
//Put this on action taken in the conversation editor
|
||||
#include "nw_i0_tool"
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if (GetItemPossessedBy(oPC, "clonekey")== OBJECT_INVALID)
|
||||
{
|
||||
RewardPartyGP(7000000, oPC, FALSE);
|
||||
|
||||
CreateItemOnObject("clonekey", oPC);
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
oTarget = GetObjectByTag("ruinstore");
|
||||
|
||||
OpenStore(oTarget, oPC, 5, 5);
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user