Files
MOOSE_MISSIONS/GRP - Group Commands/GRP-600 - Respawn/GRP-600 - Respawn.lua
T
Applevangelist 492e3897df Update 2.7 dev
2021-05-05 10:35:10 +02:00

10 lines
276 B
Lua

--- This makes a vehicle respawn itself when the mission starts.
-- Name: GRP-600 - Respawn
-- Author: FlightControl
-- Date Created: 01 Mar 2018
-- Find the Vehicle and create a GROUP object.
Vehicle = GROUP:FindByName( "Vehicle" )
-- Respawn the vehicle.
Vehicle:Respawn()