GetSelf

Revision as of 21:19, 22 October 2009 by imported>Henning (Complete article.)

Link to TES4 Construction Set Wiki: GetSelf.

Syntax:

set RefVar to GetSelf

Example:

ref target
set RefVar to GetSelf
If RefVar.IsInCombat == 0
  return
Endif


Returns the calling object itself as a reference. Useful for if statements and script effects on targets.