SetCellPublicFlag

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Sets the cell's public flag (1 or 0). Cells which are public cannot have trespassing, so this is useful for changing the Crime behavior in cells.

Syntax

[help]
(traitValue:float) SetCellPublicFlag cellID:form publicFlag:int 

Or:

(traitValue:float) SetPublic cellID:form publicFlag:int

Example

SetCellPublicFlag MyCell 1 

See Also