lucian4049 Newbie
Joined: 13 Nov 2004 Posts: 1
|
Posted: Sat Nov 13, 2004 10:21 pm
Editing mapper offline |
Im trying to edit my map offline, and it doesnt work.
I wrote some triggers to read through my old logs, and capture the vnums of the rooms. The trigger should change the vnums of the coresponding rooms on my map, but it doesnt seem to work. I'd hate to have to enter all of that info manually.
The trigger itself is pretty simple and does work to capture the info I need. It matches the description of the room to the descriptions on my mapper, but it does not update the vnums on my mapper. The command that my trigger uses is...
#CALL %roomnum( ,@rvnum)
Where @rvnum is the vnum that is captured by the rest of the trigger.
That command works fine if I enter it by hand while connected to the mud, and works fine when the trigger uses that command while connected to the mud. The problem is that is does not work while Im not connected to the mud. It seems that all of these types of commands do not work while not connected to the mud. %roomid %roomnum %roomdesc %roomflag None seem to work. Is there some settings I can adjust to or another way to do this while not connected to the mud?
Thanks, Lucian |
|