Author |
Message |
Topic: Alias arguments |
bozo
Replies: 8
Views: 7503
|
Forum: zMUD General Discussion Posted: Fri Jul 23, 2004 6:52 am Subject: Alias arguments |
Theragil now theres someone with lateral thinking... but %1 or %2 doesnt pass strings so wont work anyway you look at it!
Lightbulbs course of action which works a treat.
Thanks for the help guy ... |
Topic: Alias arguments |
bozo
Replies: 8
Views: 7503
|
Forum: zMUD General Discussion Posted: Thu Jul 22, 2004 7:56 pm Subject: Alias arguments |
Larkin,
what you say is indeed true, but now put your #sh %1 in the alias... get my drift
eg
#TRIGGER {(*) in the (%w)} { myalias %1 %2}} "" {notrig}
myalias
#sh %1
as geniusclown say ... |
Topic: Alias arguments |
bozo
Replies: 8
Views: 7503
|
Forum: zMUD General Discussion Posted: Thu Jul 22, 2004 6:17 pm Subject: Alias arguments |
let me put it another way.
I have an alias which i would like to pass 2 arguments to. The first argument must be able to include spaces and the second argument is either yes or no.
In other word ... |
Topic: Alias arguments |
bozo
Replies: 8
Views: 7503
|
Forum: zMUD General Discussion Posted: Thu Jul 22, 2004 10:42 am Subject: Alias arguments |
Hi
I have an alias which is called by a trigger simmilar to the following
(*) some text (%w)
myalias %1 %2
the problem is that %1 in myalias is not * but the first non space word of *, ie * ... |
Topic: Using lists and Creating Triggers |
bozo
Replies: 4
Views: 4742
|
Forum: zMUD General Discussion Posted: Sat Jun 19, 2004 4:28 pm Subject: Using lists and Creating Triggers |
much obliged |
Topic: Using lists and Creating Triggers |
bozo
Replies: 4
Views: 4742
|
Forum: zMUD General Discussion Posted: Fri Jun 18, 2004 11:48 am Subject: Using lists and Creating Triggers |
where there a will there's a way....
many thanks
Only problem is it colors the whole line and i just want it to color the words in the list.
tried #co %1 bold,red
#co %trigger bold,red
... |
Topic: Using lists and Creating Triggers |
bozo
Replies: 4
Views: 4742
|
Forum: zMUD General Discussion Posted: Fri Jun 18, 2004 9:43 am Subject: Using lists and Creating Triggers |
I've got an alias setup as follows.
The idea is to create triggers based on words in the list. Unforuately, the triggers created don't expand the %item(@WordList, %i).
#loop %numitems( @WordList ... |
Topic: Prompt -> Guage + Gagging |
bozo
Replies: 9
Views: 9877
|
Forum: zMUD General Discussion Posted: Wed Jun 16, 2004 10:16 pm Subject: Prompt -> Guage + Gagging |
for my 2penneth worth my MUD is set up as Zorprime and Lightbulb suggest but the variables are then used in button guages which turn red if the percentage drops below given limits, which then fires ot ... |
Topic: Buttons not displayed in Settings Editor |
bozo
Replies: 4
Views: 6182
|
Forum: zMUD General Discussion Posted: Wed Jun 16, 2004 2:29 pm Subject: Buttons not displayed in Settings Editor |
Thanks Serentus now I have the output.
From the output I see what the problem is.
Each button when created is given a unique ID by ZMUD but in order to be displayed in the Setting Editor the tex ... |
Topic: Buttons not displayed in Settings Editor |
bozo
Replies: 4
Views: 6182
|
Forum: zMUD General Discussion Posted: Wed Jun 16, 2004 8:49 am Subject: Buttons not displayed in Settings Editor |
Did try this, but just to make sure tried the text export again, openeded up the settings editor and selected file export text.. from the menu. The file created is always 0 bytes. |
Topic: Buttons not displayed in Settings Editor |
bozo
Replies: 4
Views: 6182
|
Forum: zMUD General Discussion Posted: Tue Jun 15, 2004 8:42 pm Subject: Buttons not displayed in Settings Editor |
Hi,
Just upgraded to Version 7.05 from 6 and imported my old .mud file.
Having clicked on the ICON for the character I get a dialog box stating that 'Bitmap Image is not valid'
The mud file mu ... |
|