Changed folder name.
Changed folder name.
This commit is contained in:
6
_module/nss/horjump1.nss
Normal file
6
_module/nss/horjump1.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oPC= GetPCSpeaker();
|
||||
location found1 = GetLocation(GetWaypointByTag("found1"));
|
||||
AssignCommand(oPC, JumpToLocation( found1));
|
||||
}
|
Reference in New Issue
Block a user