TargetRoom = rm_House;//Change this to the room you want to go
Targetx = 125;//Change this to where you want your player to spawn when he enters the room
Targety = 125;//Change this to where you want your player to spawn when he enters the room
room = other.TargetRoom;
x = other.Targetx;
y = other.Targety;