Script for Detecting Cells

Post » Sat May 28, 2011 5:16 am

I'm creating an armor that has a script that will detect If the wearer Is in an interior cell, in one wilderness cell, or In another. I just need to know the function name for detecting cells.
User avatar
Kira! :)))
 
Posts: 3496
Joined: Fri Mar 02, 2007 1:07 pm

Post » Sat May 28, 2011 1:45 pm

Hi

http://cs.elderscrolls.com/constwiki/index.php/Raw_Function_List there are a few there, do a search for cell, GetInCell might be of help

GetInCell;CS;Actor, Condition;
GetInCellParam;CS;Condition;
GetInSameCell;CS;Condition;

IsCellOwner
IsInMyOwnedCell
PositionCell

SetCellFullName;CS;;
SetCellOwnership;CS;Crime;
SetCellPublicFlag;CS;Crime;

GetParentCell;OBSE;;
GetParentCellOwner;OBSE 13;;
GetParentCellOwningFactionRequiredRank;OBSE 13;;
GetParentCellWaterHeight;OBSE 13;;

GetTeleportCell;OBSE 13;;
User avatar
Marie Maillos
 
Posts: 3403
Joined: Wed Mar 21, 2007 4:39 pm

Post » Sat May 28, 2011 2:17 am

Thank You this will defidently help for my mod
User avatar
Dalton Greynolds
 
Posts: 3476
Joined: Thu Oct 18, 2007 5:12 pm


Return to IV - Oblivion