Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
18
_module/nss/en4_evilport1.nss
Normal file
18
_module/nss/en4_evilport1.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "nw_i0_plot"
|
||||
//#include "nw_i0_tool"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
object oSpawnPoint;
|
||||
int iLevel;
|
||||
int iGold;
|
||||
int iPCGold;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
oSpawnPoint = GetObjectByTag("SS1_Evilspawn");
|
||||
DelayCommand(0.5f,AssignCommand(OBJECT_SELF,ActionCastFakeSpellAtObject(SPELL_GATE,oPC)));
|
||||
DelayCommand(3.0f,AssignCommand(oPC,JumpToLocation(GetLocation(oSpawnPoint))));
|
||||
|
||||
}
|
Reference in New Issue
Block a user