- Posts: 3
- Thank you received: 0
REDIT - Change Zone for a Room
- kogan
- Topic Author
- Offline
- New Member
-
Less
More
1 year 1 month ago #10129
by kogan
REDIT - Change Zone for a Room was created 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.
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.
- thomas
-
- Offline
- Administrator
-
Less
More
- Posts: 818
- Thank you received: 159
1 year 1 month ago #10130
by thomas
Replied by thomas on topic REDIT - Change Zone for a Room
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?
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.082 seconds