Author |
Message |
Topic: Spell up trigger |
kacp
Replies: 4
Views: 5305
|
Forum: zMUD General Discussion Posted: Tue Mar 18, 2003 8:07 am Subject: Spell up trigger |
Well, I will share an example of how I have one button spell up.
First, a bit of background. In my status line I have variables which represent all my spells. STArmor for armor, STSanc for sanc, ... |
Topic: Variables and difficult letters like #, @, % and * |
kacp
Replies: 8
Views: 7860
|
Forum: zMUD General Discussion Posted: Sun Oct 13, 2002 1:34 am Subject: Variables and difficult letters like #, @, % and * |
Have you tried using the %char function?
<%char(35)> would give you #
<%char(64)> would give you @
<%char(37)> would give you %
<%char(42)> would give you *
Not sure ... |
Topic: ctrl+tab not working with capture windows |
kacp
Replies: 4
Views: 4288
|
Forum: zMUD General Discussion Posted: Sun Sep 22, 2002 1:25 am Subject: ctrl+tab not working with capture windows |
Would that work with two session windows and a capture window? Example, I have char1 and char2. Char2 captures text into capture1. I can ctrl+tab between char1 and char2, but not into capture1 like ... |
|