Initial upload
Initial upload
This commit is contained in:
14
_module/nss/acn_check_rdd.nss
Normal file
14
_module/nss/acn_check_rdd.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
if ((GetLevelByClass(CLASS_TYPE_DRAGONDISCIPLE, oPC)>0))
|
||||
|
||||
{
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
AssignCommand(oPC, ActionJumpToLocation(GetLocation(GetWaypointByTag("NW_DEATH_TEMPLE"))));
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user