all tuts offline from here to TMT - light problem
Posted: Sat Aug 09, 2003 1:09 pm
HI
I have seen many read thhis TUT, but all are offline.
I need help in making a shootable light.
First the light:
_color 1 1 1
classname light
light 600
origin 472 348 -55
radius 30
spawnflags 0
spot_angle 90
targetname kaput
Second the trigger:
classname trigger_multiple
health 1
setthread lightoff
spawnflags 128 (damage check box)
Then the script:
lightoff:
$kaput light 0 0 0 500
end
Am I missing something?
Regards
Duke
I have seen many read thhis TUT, but all are offline.
I need help in making a shootable light.
First the light:
_color 1 1 1
classname light
light 600
origin 472 348 -55
radius 30
spawnflags 0
spot_angle 90
targetname kaput
Second the trigger:
classname trigger_multiple
health 1
setthread lightoff
spawnflags 128 (damage check box)
Then the script:
lightoff:
$kaput light 0 0 0 500
end
Am I missing something?
Regards
Duke