yea i just started makeing my own map about a 3 weeks ago everything was going good intill i had to make a script :???: i look at some script other mappers made and started to make my own i have this gate that i made func_exsplosive i did everything i mad the trigger link them togather and made the script_mulitplayer thing i add all the right values and everything but still can’t get my gate to blow if anybody could plz help i would be so thankful
{here is what i have}
(script)
game_manager
{
spawn
{
}
}
frontdoor
{
spawn
{
destructible_class 3
}
death
{
wm_announce “allies have breached the front gate!!”
setstate frontdoor invisible
}
}