Printable Version of Topic

Click here to view this topic in its original format

SWR Productions Forum _ Generals/Zerohour Modding _ Masked Status Type

Posted by: Spec 9 Jan 2018, 11:04

Can I ask? What is the MASKED status type used for? How does it work in weapons and OCLs?

Posted by: Zeke 9 Jan 2018, 12:25

It's a status that makes the targeted unit unattackable:

CODE
NO_ATTACK_FROM_AI;the ai will not target it, but you can force fire it.
MASKED           ;the ai will not target it and you also cannot target it.


It can be used in the same way as all the other status weapons

Posted by: Spec 11 Jan 2018, 13:21

QUOTE (Zeke @ 9 Jan 2018, 19:25) *
It's a status that makes the targeted unit unattackable:

CODE
NO_ATTACK_FROM_AI;the ai will not target it, but you can force fire it.
MASKED          ;the ai will not target it and you also cannot target it.


It can be used in the same way as all the other status weapons


Does it use other modules to make it MASKED or just stand alone?

Posted by: Zeke 12 Jan 2018, 8:56

stand alone

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)