Changed folder name.
Changed folder name.
This commit is contained in:
12
_module/nss/swim.nss
Normal file
12
_module/nss/swim.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
if (GetIsDM(oPC)){
|
||||
return;
|
||||
}
|
||||
if (!GetIsPC(oPC)){
|
||||
return;
|
||||
}
|
||||
location loc = GetLocation(GetWaypointByTag("swim"));
|
||||
AssignCommand(oPC, ActionJumpToLocation(loc));
|
||||
}
|
Reference in New Issue
Block a user