Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → er, editing lights
er, editing lights
2001-02-11, 10:14 AM #1
I asked this b4 but in command chamber, and cant get to the forums, so:
How do I change the intensity of lights in a cog?
I was told you couldnt and that yiou had to use lights. So how do I do this?
WHat is the cog for changing the intensity of the light emitted by a ghost thing?
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}
2001-02-12, 6:40 AM #2
I think I told you this before. You can't change lights in cogs, but if you use a ghost thing to emit your light, you can use the SetThingLight(thing,light range,1); verb to change its intensity\range.

↑ Up to the top!