My light doesn't want to bind!
Posted: Thu Sep 02, 2004 3:38 pm
Ok, I am officially stumped.
I've made a lift in my map by following the tutorial over at rjukan project. Before I go on I'd like to thank them for doing that tutorial, very useful. Anyway, I want to add a light to the lift comprising of a static_lamp_lightbulb-caged, a static_corona_util and the light.
Obviously I need to bind those objects to the lift otherwise they won't move together.
First attempt: Give the corona and the light bulb the targetname "lift_cab_light" then, in the elevator_preparation thread;
This didn't work, when the lift starts moving, the light does not.
Second attempt: Give the corona the targetname "lift_cab_corona" and the lightbulb the targetname "lift_cab_light" then, in the same thread:
Same result.
I cannot believe that such a simple operation has confused me so much, I presume I have overlooked something so blatently obvious that I will need to do a ritual dance to make up for my stupidity. Anyway, any and all help is appreciated.
Thanks.
I've made a lift in my map by following the tutorial over at rjukan project. Before I go on I'd like to thank them for doing that tutorial, very useful. Anyway, I want to add a light to the lift comprising of a static_lamp_lightbulb-caged, a static_corona_util and the light.
Obviously I need to bind those objects to the lift otherwise they won't move together.
First attempt: Give the corona and the light bulb the targetname "lift_cab_light" then, in the elevator_preparation thread;
Code: Select all
$lift_cab_light bind $lift_cabSecond attempt: Give the corona the targetname "lift_cab_corona" and the lightbulb the targetname "lift_cab_light" then, in the same thread:
Code: Select all
$lift_cab_light bind $lift_cab
$lift_cab_corona bind $lift_cabI cannot believe that such a simple operation has confused me so much, I presume I have overlooked something so blatently obvious that I will need to do a ritual dance to make up for my stupidity. Anyway, any and all help is appreciated.
Thanks.