<p>echo("\naddRoom("..gmcp.Room.Info.num..")") echo("\nsetRoomName("..gmcp.Room.Info.num..",\""..gmcp.Room.Info.name.."\")") echo("\nsetRoomArea("..gmcp.Room.Info.num..",\""..gmcp.Room.Info.area.."\")") if gmcp.Room.Info.coords~="" then local coords = string.split(gmcp.Room.Info.coords,",") echo("\nsetRoomCoordinates("..gmcp.Room.Info.num..","..coords[2]..","..coords[3]..","..coords[4]..")") end for k,v in pairs(gmcp.Room.Info.exits) do echo("\nsetExit("..gmcp.Room.Info.num..","..v..",\""..k.."\")") end<br></p>
Comments