Fading Light

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
User avatar
Jouki
Posts: 127
Joined: Fri Oct 24, 2014 12:57 pm

Fading Light

Post by Jouki »

hello I need help, is there any way how to fadeIn light of ceiling?

Code: Select all

	mine_ceiling_pit_light_bright_2.light:fadeIn(1.5)
	mine_ceiling_pit_light_bright_2.particle:fadeIn(1.5)
	mine_ceiling_pit_light_bright_2.pointlight:fadeIn(1.5)
It's working on teleport cause I can simply deactivate him but this same thing doesn't work on this type of lights. Actaully it should need deactivate the model (like at teleporter)
User avatar
ScroLL
Posts: 56
Joined: Tue Sep 18, 2012 12:21 pm
Location: Vermont

Re: Fading Light

Post by ScroLL »

User avatar
Jouki
Posts: 127
Joined: Fri Oct 24, 2014 12:57 pm

Re: Fading Light

Post by Jouki »

actaully... ^^ I couldnt understand (maybe cause it was in late night) :D
Post Reply