Difference between revisions of "GetParentCell"
Easier example
imported>WereWolf |
imported>Haama (Easier example) |
||
Line 7: | Line 7: | ||
==Example== | ==Example== | ||
if (player.GetParentCell != SigilStoneRef.GetParentCell) | |||
Returns true if the player is in a different cell than the SigilStoneRef (However, [[GetInSameCell]] is a bit faster than GetParentCell, so you would use that instead.) | |||
scn CellChangedScript | scn CellChangedScript | ||
float fQuestDelayTime | float fQuestDelayTime |