Author |
Message |
Topic: Online time tracker |
McDeathue
Replies: 3
Views: 1281
|
Forum: zMUD General Discussion Posted: Sun Feb 18, 2007 3:44 pm Subject: Online time tracker |
works -perfect- |
Topic: Online time tracker |
McDeathue
Replies: 3
Views: 1281
|
Forum: zMUD General Discussion Posted: Sun Feb 18, 2007 1:25 pm Subject: Online time tracker |
Sorry.. wrong forum.. appologies to admin |
Topic: Online time tracker |
McDeathue
Replies: 3
Views: 1281
|
Forum: zMUD General Discussion Posted: Sun Feb 18, 2007 1:03 pm Subject: Online time tracker |
I am still quite new to ZMUD programming, and am having some success with the easier triggers, alias's etc. However I am now showing my failings
I want to create a timer, that tracks how long I am ... |
Topic: Old Topic, new user Tells in a new window |
McDeathue
Replies: 6
Views: 2101
|
Forum: zMUD General Discussion Posted: Sun Feb 18, 2007 12:39 am Subject: Old Topic, new user Tells in a new window |
Matt your code works an absolute treat.. however.. I would love now to take this OUT of the main window.. GAG it? but the capture is perfect |
Topic: Old Topic, new user Tells in a new window |
McDeathue
Replies: 6
Views: 2101
|
Forum: zMUD General Discussion Posted: Fri Feb 16, 2007 10:11 pm Subject: Old Topic, new user Tells in a new window |
CRAP.. ok.. the line without the $ only does one line.. I give up.. HELP |
Topic: Old Topic, new user Tells in a new window |
McDeathue
Replies: 6
Views: 2101
|
Forum: zMUD General Discussion Posted: Fri Feb 16, 2007 10:08 pm Subject: Old Topic, new user Tells in a new window |
sorry my mistake.. it DOES output to a seperate window now and terminate OK... but the TIME appears in my MAIN mud window
the original code which was screwey was #TR {You tell (%w):$} {#CAPTURE Tel ... |
Topic: Old Topic, new user Tells in a new window |
McDeathue
Replies: 6
Views: 2101
|
Forum: zMUD General Discussion Posted: Fri Feb 16, 2007 10:05 pm Subject: Old Topic, new user Tells in a new window |
I am using the following to capture tells
#TR {You tell (%w):} {#CAPTURE Tells;#GAG;#SAY %1 "(%2)" %time(tt)} #TRIGGER CapLines {*} {#CAPTURE Tells;#IF (%ends(%trigger,%char(62)) {#UNTRIGGER CapLin ... |
|