Difference between revisions of "Flag Reference"
Jump to navigation
Jump to search
m
→Script Flags
imported>Thingy Person |
imported>Quindraco m (→Script Flags) |
||
Line 3: | Line 3: | ||
== Script Flags == | == Script Flags == | ||
*Hidden: Hides this script from the normal list of scripts in the Creation Kit that shows when someone wants to attach a script to an object. This is usually used for things that aren't intended to be attached to anything by the user (like fragments), or by base scripts that don't do anything on their own except to be extended by a non-hidden script. | *Hidden: Hides this script from the normal list of scripts in the Creation Kit that shows when someone wants to attach a script to an object. This is usually used for things that aren't intended to be attached to anything by the user (like fragments), or by base scripts that don't do anything on their own except to be extended by a non-hidden script. | ||
*Conditional: Flags this script as viewable by the condition system. The Creation Kit will not let you attach more | *Conditional: Flags this script as viewable by the condition system. The Creation Kit will not let you attach more than one conditional script to the same object. | ||
== Property Flags == | == Property Flags == |