(I am new to using script)
I used the following script:
1
2
3
2
3
on:build_finish { 			addstate "building",166,4; 	}
What is missing/wrong?
Anyone can Help me?
Note: My id of torch is 166 and of fire is 4
on:build_finish { 			addstate "building",166,4; 	}
on:build_finish { 		addstate "self",4; 	}