Morrowind Mod:GetPCCell
The UESPWiki – Your source for The Elder Scrolls since 1995
GetPCCell
GetPCCell, "CellID" Where: CellID = CellID (partial or full) to test if player is in Type: Misc Returns: short Example: if ( GetPCCell, "Koal Cave" == 1 ) set sValue to GetPCCell, "Vivec, Arena Pit" Scripts: devalFollow DrothPost
Returns 1 if the player is in the given cell. Can also check for partial matches, i.e., GetPCCell, "Vivec" will return 1 if the player is in a cell named Vivec or Vivec, Fred's House.
Note that this only works, if the partial match is itself a valid cell. GetPCCell, "Grytewake" in a script will compile, but crash on execution. There is no cell "Grytewake", only "Grytewake, Cabin", etc.