Difference between revisions of "IsCellOwner"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>JOG
imported>DragoonWraith
(CS 1.0)
Line 10: Line 10:


==See Also==
==See Also==
[[IsInMyOwnedCell]]
* [[IsInMyOwnedCell]]




[[Category: Functions]]
[[Category: Functions]]
[[Category: Functions (CS 1.0)]]
[[Category: Crime Functions]]
[[Category: Crime Functions]]
[[Category: Crime Functions (CS 1.0)]]
[[Category: Condition Functions]]
[[Category: Condition Functions]]

Revision as of 12:17, 9 July 2007

Syntax:

IsCellOwner CellID NPC/FactionID (optional)

Example:

IsCellOwner WeynonPrioryHouse BladesFaction
IsCellOwner MyImperialCityHouse 


Returns 1 if the specified cell is owned by the specified NPC or Faction. If the second parameter is left blank, the function returns 1 if the cell is owned by the player.


See Also