Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
15
_module/nss/qst_rnd_jump.nss
Normal file
15
_module/nss/qst_rnd_jump.nss
Normal file
@@ -0,0 +1,15 @@
|
||||
#include "rd_advzones"
|
||||
|
||||
void main()
|
||||
{
|
||||
object oPC;
|
||||
|
||||
oPC = GetPCSpeaker();
|
||||
|
||||
object oPartyMember = GetFirstFactionMember(oPC, TRUE);
|
||||
while (GetIsObjectValid(oPartyMember) == TRUE)
|
||||
{
|
||||
ZoneToArea(oPartyMember,1);
|
||||
oPartyMember = GetNextFactionMember(oPC, TRUE);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user