Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
21
_module/nss/tt2_portal.nss
Normal file
21
_module/nss/tt2_portal.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
void main()
|
||||
{
|
||||
string sTag;
|
||||
object oBoss;
|
||||
location lLoc;
|
||||
|
||||
|
||||
|
||||
sTag = "TT2_Q1_Boss_S";
|
||||
oBoss = GetObjectByTag(sTag);
|
||||
|
||||
//if (!GetIsObjectValid(oBoss) && GetLocalInt(GetModule(),"Astral") == 0)
|
||||
|
||||
if (!GetIsObjectValid(oBoss))
|
||||
{
|
||||
sTag = "AP_Enter";
|
||||
lLoc = GetLocation(GetObjectByTag(sTag));
|
||||
//SendMessageToPC(GetEnteringObject(),"Jump to " + sTag);
|
||||
AssignCommand(GetEnteringObject(),JumpToLocation(lLoc));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user