Jump to content

Help needed on script/spell


Konfusion

Recommended Posts

I'm working on a mod that makes a race that becomes invisible at night. I have the following script

scn RaceShadowElfChameleonSCRIPT

Begin Gamemode

if ( GameHour >= 21.5 || GameHour <= 5.5 )
player.addSpell RaceShadowElfChameleon
else
player.removeSpell RaceShadowElfChameleon
endif
End

on an ability that the race reveives. This ability is on self and has 0 as the Duration. edit:And it has "script always applies"

I have a second ability that is triggered by this (see script) that has 100% Chameleon and also has a duration of 0.

 

Does anyone have any idea why this might not be working?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...