SetCellPublicFlag
From GECK
(Redirected from Setpublic)
A function included in the GECK for Fallout 3.
Contents
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
(traitValue:float) SetCellPublicFlag cellID:form publicFlag:int
Or:
(traitValue:float) SetPublic cellID:form publicFlag:int
Example
SetCellPublicFlag MyCell 1