Thanks in advance.
Edit: I also need some other scripting help. In my mod, the player will have a pet tiger, and I wondered if it was possible for the player to give the tiger a custom name without changing it through the console?
short ActivatedBegin OnActivateIf ( Activated == 0 )a0light.enableset Activated to 1ElseIf ( Activated == 1 )a0light1.disableset Activated to 0EndIfEnd
Begin onactivateIf ( a0light.GetDisabled == 1 )a0light1.enableElseIf (a0light.GetDisabled == 0 )a0light1.disableEndIfEnd
Begin onactivateIf ( a0light.GetDisabled == 1 )a0light1.enableElseIf (a0light.GetDisabled == 0 )a0light1.disableEndIfEnd
Begin OnActivateIf (a0light1.GetDisabled) a0light1.enableElse a0light1.disableEndIfEnd