How can i place specific item in the last room created?
I have tried to get center X and Y coordinate by using Roguelike.RoomCenterX(Roguelike.NumberofRooms -1) and Roguelike.RoomCenterY(Roguelike.NumberofRooms -1) variable, but item is not there.
Is there a way to put items in specific rooms by ID? I don't want to put items in every room.