Jump to content

Add light to npc -creature?


Kuko16

Recommended Posts

I actually have a script that does that, gimme a second to get back home and I'll paste it in here for you. It's pretty simple

 

Starting from Scn, you can obviously change the name to whatever it is you need it to be called, as well as changing "PackBrahminLight" to whichever light it is you've made for your creature/NPC

 

scn PackBrahminLightScript

 

ref rSelf

ref rLightObj

 

begin GameMode

 

if rLightObj == 0

set rLightObj to PlaceAtMe PackbrahminLight 1

set rSelf to GetSelf

elseif IsMoving

rLightObj.MoveTo rSelf 0 0 64

endif

 

end

Edited by ilyasw
Link to comment
Share on other sites

  • Recently Browsing   0 members

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