Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
16
_module/nss/en4_rnd_trglair.nss
Normal file
16
_module/nss/en4_rnd_trglair.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "rd_advzones"
|
||||
|
||||
void main()
|
||||
{
|
||||
int iArea;
|
||||
object oPC;
|
||||
|
||||
oPC = GetEnteringObject();
|
||||
|
||||
iArea = 1;
|
||||
|
||||
if (GetIsInCombat(oPC))
|
||||
SendMessageToPC(oPC,"You are unable to use the portal while in combat.");
|
||||
else
|
||||
ZoneToArea(oPC,iArea);
|
||||
}
|
Reference in New Issue
Block a user