 |
mstorrie Beginner
Joined: 04 Oct 2002 Posts: 10 Location: United Kingdom
|
Posted: Sat Apr 12, 2003 12:31 am
Zmapper Rooms. |
Is it possible to set the graphic for a room via a ZMUD script. Rather doing each one manually in ZMapper. I wish to place a flag next to each location depending upon who controls it.
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Apr 14, 2003 7:36 pm |
You need to set up a separate room type in zMapper. Then assign your flag to this new room type. Then, in your zMUD script, you can use the %roomkind function to change the room to your new type.
 |
|
|
 |
mstorrie Beginner
Joined: 04 Oct 2002 Posts: 10 Location: United Kingdom
|
Posted: Tue Apr 15, 2003 4:59 pm |
%roomkind doesnt seem to change the value unless I set the value to 128. Do I need to somehow link roomtype to roomkind?
|
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Wed Apr 16, 2003 6:32 pm |
Nope, you are right, that looks like a bug. Until this is fixed, you'll need to use the COM based interface. I'll fix this in the next version.
 |
|
|
 |
|
|