Changed folder name.
Changed folder name.
This commit is contained in:
10
_module/nss/jumpstart.nss
Normal file
10
_module/nss/jumpstart.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
#include "nw_i0_tool"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
location voy = GetLocation(GetWaypointByTag("voyage"));
|
||||
if (!HasItem(oPC, "emotewand")){
|
||||
GiveGoldToCreature(oPC, 10000);
|
||||
}
|
||||
AssignCommand(oPC, ActionJumpToLocation(voy));
|
||||
}
|
Reference in New Issue
Block a user