How does the bottum exploder_set works and made a update
Posted: Wed Jun 05, 2002 3:29 pm
Maybe someone can find out how the bottum one works because then you can make very easy a nice explosion and not with the script and I made a update of the tutorial script.
$bomb.trigger_name = $trigger2 //trigger name that is used for the bomb
$bomb.target = $flak88obj1 // the target to blow up
$bomb.target.target = $flak88obj1_block //The blocking script_object don't know precisely the function.
$bomb.target.destroyed_model = "models/statweapons/flak88_d.tik" //destroyed model of thing to blow up
$bomb.explosion_fx = "fx/fx_flak88_explosion.tik" //explosion FX
$bomb.explosion_sound = "explode_aagun" //explosion sound
$bomb.exploder_set = don't now how it precisely works think by putting the number of the exploder there.
$bomb.trigger_name = $trigger2 //trigger name that is used for the bomb
$bomb.target = $flak88obj1 // the target to blow up
$bomb.target.target = $flak88obj1_block //The blocking script_object don't know precisely the function.
$bomb.target.destroyed_model = "models/statweapons/flak88_d.tik" //destroyed model of thing to blow up
$bomb.explosion_fx = "fx/fx_flak88_explosion.tik" //explosion FX
$bomb.explosion_sound = "explode_aagun" //explosion sound
$bomb.exploder_set = don't now how it precisely works think by putting the number of the exploder there.