Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
18
_module/nss/fp1_exit.nss
Normal file
18
_module/nss/fp1_exit.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
void main()
|
||||
{
|
||||
string sTarget;
|
||||
location lLoc;
|
||||
object oPC;
|
||||
|
||||
oPC = GetEnteringObject();
|
||||
|
||||
lLoc = GetLocation(GetObjectByTag("EN4_EvilPort"));
|
||||
|
||||
object oPartyMember = GetFirstFactionMember(oPC, TRUE);
|
||||
while (GetIsObjectValid(oPartyMember) == TRUE)
|
||||
{
|
||||
AssignCommand(oPartyMember,JumpToLocation(lLoc));
|
||||
oPartyMember = GetNextFactionMember(oPC, TRUE);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user