Author |
Message |
Topic: Problem with opening multiple characters. |
zBob
Replies: 8
Views: 13814
|
Forum: CMUD General Discussion Posted: Mon Mar 07, 2011 6:34 pm Subject: Problem with opening multiple characters. |
Have you tried creating a new session for that trouble-character?
Try that, then then make sure it plays well with the others.
Next, copy settings over from the problem -session bit by bit checkin ... |
Topic: reference a trigger's id from within the trigger |
zBob
Replies: 14
Views: 13903
|
Forum: CMUD General Discussion Posted: Sun Mar 06, 2011 10:42 pm Subject: reference a trigger's id from within the trigger |
Thanks again for the responses. |
Topic: timing events |
zBob
Replies: 4
Views: 5437
|
Forum: CMUD General Discussion Posted: Sun Mar 06, 2011 2:54 am Subject: timing events |
That is precisely what I'm looking for! That's for the prompt response! |
Topic: reference a trigger's id from within the trigger |
zBob
Replies: 14
Views: 13903
|
Forum: CMUD General Discussion Posted: Sun Mar 06, 2011 2:46 am Subject: reference a trigger's id from within the trigger |
Egads! My bad! I thought I was creating a new thread!
I've created a new one just now, though I think I have my answer: zScript doesn't include such a function.
The new thread is here:
http://f ... |
Topic: timing events |
zBob
Replies: 4
Views: 5437
|
Forum: CMUD General Discussion Posted: Sun Mar 06, 2011 2:44 am Subject: timing events |
I'm trying to figure out how long certain things in my mud take.
The way I'm thinking of doing it is by noting the start time and end in internal format, getting the difference, and displaying the ... |
Topic: reference a trigger's id from within the trigger |
zBob
Replies: 14
Views: 13903
|
Forum: CMUD General Discussion Posted: Sat Mar 05, 2011 9:06 pm Subject: timing events |
I'm trying to figure out how long certain things in my mud take.
The way I'm thinking of doing it is by noting the start time and end in internal format, getting the difference, and displaying the ... |
Topic: reference a trigger's id from within the trigger |
zBob
Replies: 14
Views: 13903
|
Forum: CMUD General Discussion Posted: Fri Feb 25, 2011 2:50 pm Subject: reference a trigger's id from within the trigger |
Yah - that's what's already going on.
What I mean by:
alias-spell-done "<spellname>"
is that the cMud alias is named "alias-spell-done" and it's being passed the parameter "<spelln ... |
Topic: reference a trigger's id from within the trigger |
zBob
Replies: 14
Views: 13903
|
Forum: CMUD General Discussion Posted: Thu Feb 24, 2011 9:43 pm Subject: reference a trigger's id from within the trigger |
It's a little complicated which is why I didn't offer up the details originally, but since you asked :-)
I'm going through the Lua tutorial in the Help in my spare time (what a fun read too by the ... |
Topic: reference a trigger's id from within the trigger |
zBob
Replies: 14
Views: 13903
|
Forum: CMUD General Discussion Posted: Mon Feb 21, 2011 11:20 pm Subject: reference a trigger's id from within the trigger |
Hardcoding the ID of the trigger into the body of the trigger's just what I'm trying to avoid.
In what I'm doing that'd have me repeating the trigger id in 3 places per trigger in a set of about 100 ... |
Topic: reference a trigger's id from within the trigger |
zBob
Replies: 14
Views: 13903
|
Forum: CMUD General Discussion Posted: Mon Feb 21, 2011 6:22 am Subject: reference a trigger's id from within the trigger |
Is there a way to reference a trigger's ID from within the trigger?
As a cheesy example:
#SAY Trigger %TriggerID just fired.
(There is no predefined function called %TriggerID, but ma ... |
|