Initial Upload
Initial Upload
This commit is contained in:
14
_module/nss/breth_south_port.nss
Normal file
14
_module/nss/breth_south_port.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
AssignCommand(oPC, ClearAllActions());
|
||||
|
||||
object oTarget;
|
||||
oTarget = GetWaypointByTag("wp_sport_b");
|
||||
|
||||
AssignCommand(oPC, ActionJumpToObject(oTarget));
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user