Welcome to the Builder Academy

Question REDIT - Change Zone for a Room

More
16 Aug 2022 08:39 #10129 by kogan
Hi,
anyone got a snippet where you can change the zone a room belongs to? Like Room 1000 has zone 10 and i want to change it to zone 11.

  write_to_output(d,
          "-- Room number : [%s%d%s]    Room zone: [%s%d%s]\r\n"
          "%s0%s) Zone        : %s%s\r\n"    "## Change Zone of a Room
          "%s1%s) Name        : %s%s\r\n"

Thanks for any info.

Please Log in or Create an account to join the conversation.

More
16 Aug 2022 20:18 #10130 by thomas
This is not how it works, sorry. Zones are laid out as a range of vnums. So, you could say zone 11 is room 1076-1243, for example, but there's no way to add a random room from one zone to another.
This also seems a little strange - what is the reason for this?

Please Log in or Create an account to join the conversation.

Time to create page: 0.197 seconds