Thanks!
Forum




Breakable Entity
2 replies



Thanks!
For example:
1
2
3
4
5
6
2
3
4
5
6
addhook("say","break") function break(id,message) 	if message=="breakitnow" then 		parse("trigger NAMEOFENTITY") 	end end
When somebody say breakitnow, the entity will break (if it's a brakable entity of course).



