Jump to content

Passive: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
This page was totally wrong.
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
Can be set to 'yes' or 'no' and determines if this object is considered 'passive', in other words it will not retaliate if attacked and will not conduct a threat scan or acquire targets.
|name={{PAGENAME}}
|files={{Categ|Rules(md).ini}}
|values={{Values|bool|}}
|types={{Categ|VehicleTypes}}
|ts=yes
|fs=yes
|ra2=yes
|yr=yes
}}
If set, makes this [[VehicleTypes|vehicle]] unable to move by itself. This is meant to be used on units such as train cars, which are scripted in the [[map]] to [[Units_(maps)#ts_FOLLOWS_INDEX|follow]] the movement of the locomotive.
 
==See Also==
*[[Units_(maps)#ts_FOLLOWS_INDEX|Unit follower parameter]]

Latest revision as of 22:28, 25 June 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: Passive
File(s): Rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Applicable to: VehicleTypes


If set, makes this vehicle unable to move by itself. This is meant to be used on units such as train cars, which are scripted in the map to follow the movement of the locomotive.

See Also