|
Baldur Beginner
Joined: 20 Sep 2002 Posts: 26 Location: Austria
|
Posted: Mon Aug 04, 2003 12:08 pm
Automapper - RoomID |
Hi there,
if i right-click on a room on the Mapper and look at the properties i can enter a value for "Short Name for Room". I see this value also if i type #show %roomid
I have looked at the Helpfile and i have found this:
Syntax: %roomid( room, [s])
Return or set the short name (ID) of the room to string s
I have tried to enter the Short name on this way but it doesn't work.
Perhaps someone can help me?
Baldur |
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Tue Aug 05, 2003 12:25 am |
You are using v6.16. The current version has the help file updated to make it a little more clear that the value to use for room is vNum or blank for current room.
#NOOP %roomid(,"test")
#NOOP %roomid(1234,"test2") |
|
|
|
|
|