Begin ik_Ildran2Script
short nolore
short tripstate
short tripdone
short doOnce
;global ik_slaversenablestate
;global ik_hiddendooropen
if ( ik_slaversenablestate == 1 )
Enable
elseif ( ik_slaversenablestate == 3 )
Enable
else
Disable
endif
if ( ik_slaversenablestate == 2 )
if ( doOnce == 0 )
"ik_ildran_tistar2"->PositionCell 0, -192 -128 0 "Firemoth, Guard Quarters"
"ik_aendelin2"->PositionCell 0 -256 -128 0 "Firemoth, Guard Quarters"
Set tripstate to 0
Set tripdone to 0
Set doOnce to 1
return
endif
endif
....(more after this, but less important/all functioning)
Thanks guys.