Unknown2005-01-08 10:02:09
For some reason, on my Lusternian zMUD character, the "Pretty Printing" does not work (all pedantists need it). I have all the top 6 checkboxes in the "Pretty Printing" section of Preferenced checked, but none of these have any effect. For example, if I made this script:
It should change it to this:
But it doesn't. Does anyone have any idea of why this isn't working?
CODE
#al VariableName {#var Jim {%CTIME};#if (@bob) {Jim} {Bob}}
It should change it to this:
CODE
#ALIAS VariableName {
 #VARIABLE Jim {%ctime}
 #IF (@bob) {Jim} {Bob}
 }
 #VARIABLE Jim {%ctime}
 #IF (@bob) {Jim} {Bob}
 }
But it doesn't. Does anyone have any idea of why this isn't working?
Daganev2005-01-08 11:01:17
It only changes after you SAVE it, and reload it. If there are syntax errors it doesn't change it.
Unknown2005-01-09 04:03:51
I mean that it doesn't work even after I've saved it and there's no syntax errors, I'm not that stupid.
Daganev2005-01-09 09:49:59
Oh... I was *grin*
I spent quite a bit of time trying to figure out why my Pretty printing wasn't working and after playing with knobs and buttons realized I never saved it.
I suggest playing with more nobs and buttons
I spent quite a bit of time trying to figure out why my Pretty printing wasn't working and after playing with knobs and buttons realized I never saved it.
I suggest playing with more nobs and buttons
Unknown2005-01-09 10:34:11
QUOTE(daganev @ Jan 9 2005, 10:49 PM)
Oh... I was *grin*
I spent quite a bit of time trying to figure out why my Pretty printing wasn't working and after playing with knobs and buttons realized I never saved it.
I suggest playing with more nobs and buttons
I spent quite a bit of time trying to figure out why my Pretty printing wasn't working and after playing with knobs and buttons realized I never saved it.
I suggest playing with more nobs and buttons
27507
Yeah, I've unchecked and rechecked all the boxes many times, maybe I should try some more things...
*begins to play with more nobs and buttons*
Unknown2005-01-10 14:02:35
aye, that sucks. There's one thing you can do.
#CODE (your) {
;stuff
#like
} {#this}
Yeah. Seriously. *sarcasm* 'tis the only way around it. zMud pretty printing suxxorz.
#CODE (your) {
;stuff
#like
} {#this}
Yeah. Seriously. *sarcasm* 'tis the only way around it. zMud pretty printing suxxorz.
Unknown2005-01-11 09:52:30
QUOTE(David @ Jan 11 2005, 03:02 AM)
aye, that sucks. There's one thing you can do.
#CODE (your) {
  ;stuff
  #like
} {#this}
Yeah. Seriously. *sarcasm* 'tis the only way around it. zMud pretty printing suxxorz.
#CODE (your) {
  ;stuff
  #like
} {#this}
Yeah. Seriously. *sarcasm* 'tis the only way around it. zMud pretty printing suxxorz.
28040
No,
#CODE (%your) {
;stuff
#LIKE
} {#THIS}
(Commands in capitals.)
But Pretty Printing works fine - or did work fine (haven't played it in a while) - on Achaea in my zMUD.
I can't be bothered writing everything in full, pretty version like that, although I can't stand reading it in that shortened-version form, due to my pedantism.
Unknown2005-01-19 05:47:15
Oh my God! I just fixed this! Finally! And I didn't even mean to.
Okay, so what was wrong was that in the Settings, in the Edit
Okay, so what was wrong was that in the Settings, in the Edit
Daganev2005-01-19 05:51:00
see... Told you to play with nobs and buttons.
Unknown2005-01-19 09:09:47
You are quite right.