hi i got problem with dynos i have searched fo it - none or i missed something… i have mad func expolosive and objective trigger info i have linked it and dynos explode and do nothing :< i got :
func explosive :
health 0
mass 650
dmg 75
scriptname : mapname
type brick
targetname : t2
trigger_objective_info :
scriptname : mapname
spawnflags 17 ( axis objective is objective )
target t2
track damaged wall
and script :
dyna
{
spawn
{
wait 200
constructible_class 3
}
death
{
wm_announce “Allies have destroyed the back wall!”
}
}
HELP ! 