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.

ForumsJedi Knight and Mysteries of the Sith Editing Forum → dynamic lighting
dynamic lighting
2008-07-09, 10:51 AM #1
for some reason i cannot remember how to add dynamic lights to a level :confused: any help?
Welcome to the douchebag club. We'd give you some cookies, but some douche ate all of them. -Rob
2008-07-09, 11:59 AM #2
lawl

add a thing, and set the template to ghost.

add value on item editor (THINGFLAGS)
set to 0x1 (emit light)
then add value on item editor (light)
and set it to... whatever. 0.4 for a lamp eg
Code:
if(getThingFlags(source) & 0x8){
  do her}
elseif(getThingFlags(source) & 0x4){
  do other babe}
else{
  do a dude}

↑ Up to the top!