|
Jabnky Newbie
Joined: 03 Nov 2001 Posts: 7 Location: USA
|
Posted: Tue Apr 23, 2002 6:05 am
#Class information disapperaing act |
Recently I created a nice #Class script using zMud editor. I tried to get the class running, but i don't have the slightest idea how. I tried creating the class rather than typing it, but when i entered information, i will save it and it the info disappears. I am so lost...
WhatnoW?? |
|
|
|
tomcat025 Wanderer
Joined: 30 Dec 2001 Posts: 66 Location: USA
|
Posted: Tue Apr 23, 2002 9:37 am |
I have had the same problem. I just put in in the command line. I have little problems that way. Except, of course, for the fact that I am not even close to knowing the full power that is Zmud.
TC <I'm trying, really I am. :p |
|
|
|
Jabnky Newbie
Joined: 03 Nov 2001 Posts: 7 Location: USA
|
Posted: Tue Apr 23, 2002 1:31 pm |
The script is to long for the command line. I enter it in the mud using it and i was logged off.
WhatnoW?? |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Tue Apr 23, 2002 5:14 pm |
#CLASS scripts are short. This is a #CLASS script:
#CLASS ClassOne 1
Here's another one:
#CLASS ClassOne 0
And of course there's this one:
#CLASS ClassTwo {enable|hidden|setdef|menu}
and this one:
#CLASS ClassThree {disable|remove}
That's it. All the possibilities. Everything else is a #TRIGGER, #ALIAS, #VARIABLE, #BUTTON or some other setting. Use the #CLASS to NAME the class. That's all it's intended for. Make the other settings individually. That's why they have individual commands.
LightBulb
Vague questions get vague answers |
|
|
|
|
|