Jump to content

Script that controls glow maps?


KiCHo666

Recommended Posts

No, no dice. :/

This is how whole activator script looks like:

  Reveal hidden contents

 

 

The bolded part is where I put script you wrote.

If that will not work, would it be possible to make Quest and use that script?
I already tryed that, but it won't accept it as a quest, only as an object. So I guess something has to be changed.

Edited by KiCHo666
Link to comment
Share on other sites

  • 1 month later...

HOLY CRAP all of you totally are overthinking this BIG TIME wow.

Simply attach a Forward/Backward NiController to the Material, then in script use:

if bNight != ((GameHour > 19) || (GameHour < 5))
set bNight to (bNight == 0)
set rActivator to MTMojaveTravelActivator
if bNight
Playgroup.Forward rActivator
else
Playgroup.Backward rActivator
endif
Disable
Enable 0
endif

 

 

That's all there is to it.
Playgroups are your friend. Use them.

Doing this would be only a few mere minutes of work an effort, and would give you a very pleasing visual that you desire.

Link to comment
Share on other sites

  • Recently Browsing   0 members

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