Initial upload
Initial upload
This commit is contained in:
6
_module/nss/get_the_f_out.nss
Normal file
6
_module/nss/get_the_f_out.nss
Normal file
@@ -0,0 +1,6 @@
|
||||
void main()
|
||||
{
|
||||
object oPC = GetEnteringObject();
|
||||
object oWay = GetWaypointByTag("home");
|
||||
AssignCommand(oPC, ActionJumpToObject(oWay));
|
||||
}
|
Reference in New Issue
Block a user