|
bair Beginner
Joined: 31 Oct 2006 Posts: 22
|
Posted: Wed May 16, 2007 12:49 am
#status |
Is #status supposed to concatonate in cMUD everytime you type it? I cannot clear my status line and it just adds what i try to do on the end. It didn't do this in zMUD.
|
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Wed May 16, 2007 12:58 am |
What are you trying to add to your status?
|
|
_________________ Asati di tempari! |
|
|
|
Fang Xianfu GURU
Joined: 26 Jan 2004 Posts: 5155 Location: United Kingdom
|
Posted: Wed May 16, 2007 12:59 am |
It's not concatenating the same status item, it's actually creating a new item every time you use the #status command. CMUD displays all status bar items in order of priority, which is the order of creation by default, which is why it looks like it's concating your new value. If you want to edit the same item every time, the command has an optional id argument you can use to identify a specific item, or you can use the package editor GUI to do it manually. If you want to use a script to edit the contents of the status line, it'd probably be easier to have the item's contents be a variable which your script updates.
|
|
|
|
|
|