i s me pro pig
i want say how open door wen i m on tyle X
plz me i say u plz ok
Maps/Editor
how make map - when go tyle - open door
how make map - when go tyle - open door
1

Map entity "trigger_move" which you place and then assign which door to trigger in the "trigger" field.
with a script which does basically the same but can manipulate everything a bit better.addhook("movetile","potato")
function potato(id,x,y)
	if x == 1 and y == 1 then
		parse("trigger doorname")
	end
end
(no mi understnad now)
pro pig has written
Rainoth:
Bobakrome:
oxytamine has written
1
