Constructible and dynamitable ?


(Karamazov) #1

Hello everybody !
I created a constructible object which goes very well but I would like that it is only dynamitable and not destructible with a satchel… How to make?
Thanks a lot.

PS : sorry for my english but I use a translator of text… i’m belgian.


(ayatollah) #2

Make it constructible_class 3 in your script:

(your_scriptname_here)
{
spawn
{
wait 200
constructible_class 3
}
}


(Karamazov) #3

Thanks :slight_smile: