|
jed Adept
Joined: 18 Dec 2005 Posts: 246
|
Posted: Sat Dec 02, 2006 11:01 pm
#write |
Ok, so I just installed 1.18 and this is my first attempt at running Cmud, so I have a number of things that don't work. I appologize in advance if these are/were discussed elsewhere.
I use a line like this regularly in zmud to log an even in this case it's that I've renewed my water lungs spell. In Z mud this line works fine, but in cmud, I have to add quotations around the Water Lungs to make it work. Any idea why it doesn't work without the quotes?
Code: |
#wri 1 %time( mm/dd/yy),%time( hh:nn:ss),Water Lungs,Just Cast |
|
|
|
|
Vijilante SubAdmin
Joined: 18 Nov 2001 Posts: 5182
|
Posted: Sun Dec 03, 2006 4:29 am |
CMud is much more strict about proper use of syntax then zMud was.
#wri 1 {%time( mm/dd/yy),%time( hh:nn:ss),Water Lungs,Just Cast}
should be the mimum that is needed, the maximum would be
#wri 1 {%concat(%time( mm/dd/yy), ",", %time( hh:nn:ss), ",Water Lungs,Just Cast")} |
|
_________________ The only good questions are the ones we have never answered before.
Search the Forums |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|