Konfusion Posted October 21, 2006 Share Posted October 21, 2006 I'm working on a mod that makes a race that becomes invisible at night. I have the following scriptscn RaceShadowElfChameleonSCRIPT Begin Gamemode if ( GameHour >= 21.5 || GameHour <= 5.5 ) player.addSpell RaceShadowElfChameleon else player.removeSpell RaceShadowElfChameleon endif Endon 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 More sharing options...
Konfusion Posted October 21, 2006 Author Share Posted October 21, 2006 I'm done with the mod, questions have been resolved... I'm uploading it right now (same link as the one in my sig).(go ahead and lock it :) ) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.