Thanks!
Forum
General
Breakable Entity
Breakable Entity
2 replies
1

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).
1

Offline