RayStudio

Results 1 comments of RayStudio

First, thanks for your sharing! :) `gotoRoom()` function will be better like this? ```lua function gotoRoom(room_type, room_name, ...) if current_room and current_room.deactivate then current_room:deactivate() end if rooms[room_name] then current_room =...