Author |
Message |
Topic: #IF question |
rehevkor
Replies: 1
Views: 3107
|
Forum: zMUD General Discussion Posted: Tue Mar 04, 2008 6:40 pm Subject: #IF question |
Hello! I have a teleport alias that locates on the zmud map based on the teleport location using #IF statements
#IF (%-1=~"am ring") {#TELEPORT 10684} {#IF (%-1=~"bp ring") {#TELEPORT 14091} {#IF ( ... |
Topic: Fonts error |
rehevkor
Replies: 3
Views: 5696
|
Forum: zMUD General Discussion Posted: Mon Feb 18, 2008 12:49 pm Subject: Fonts error |
I think Tech correct here, what seems to be happening is the font (Terminal) is defaulting to a different script of that font, Hangul, which can't display correctly as a low size, 9. Where it was prev ... |
Topic: Fonts error |
rehevkor
Replies: 3
Views: 5696
|
Forum: zMUD General Discussion Posted: Mon Feb 18, 2008 1:14 am Subject: Fonts error |
Today my usual font inexplicably lost the will to live. Earlier today it was working just fine then suddenly when I opened Zmud again the font was blocky and unreadable, restarting didn't fix it and I ... |
Topic: Disabling or deleting triggers from command line |
rehevkor
Replies: 5
Views: 6703
|
Forum: zMUD General Discussion Posted: Fri Jul 20, 2007 10:35 pm Subject: Disabling or deleting triggers from command line |
The trigger fires, the problem I found was that using the {dur|param=1000} option doesn't seem to work.. it can still fire after 1000 milliseconds. |
Topic: Disabling or deleting triggers from command line |
rehevkor
Replies: 5
Views: 6703
|
Forum: zMUD General Discussion Posted: Wed Jul 18, 2007 11:56 pm Subject: Disabling or deleting triggers from command line |
Using #T+ and #T- seem to do the trick, not ideal but it seems a good enough work around. Thank you. :) |
Topic: Disabling or deleting triggers from command line |
rehevkor
Replies: 5
Views: 6703
|
Forum: zMUD General Discussion Posted: Wed Jul 18, 2007 12:25 am Subject: Disabling or deleting triggers from command line |
Basically, I've created a temp trigger, but sometimes it doesn't fire as intented. Is there an easy way to disable it or delete via a command if it fails to fire or doesn't fire after a certain time? ... |
Topic: Using #SUB with spaces at the start. |
rehevkor
Replies: 4
Views: 9024
|
Forum: zMUD General Discussion Posted: Mon Dec 11, 2006 12:54 am Subject: Using #SUB with spaces at the start. |
%repeat(" ",3) worked great, thanks guys. :P |
Topic: Using #SUB with spaces at the start. |
rehevkor
Replies: 4
Views: 9024
|
Forum: zMUD General Discussion Posted: Sat Dec 09, 2006 6:15 am Subject: Using #SUB with spaces at the start. |
Okay, I have a trigger that uses a #SUB, and I want it to mimic the original line exactly, however I can't figure out how to add spaces to the beginning of the created line.
The sub I'm using is:
... |
Topic: Window tiling options in CMUD |
rehevkor
Replies: 8
Views: 7139
|
Forum: CMUD Beta Forum Posted: Thu Nov 02, 2006 1:33 am Subject: Window tiling options in CMUD |
Aye, I loved the layout setting. I liked to have the mud window full screen with the tool bar set to pop up when you moved the mouse to the top of the screen. Playing around with for a few hours and I ... |
|