| Author |
Message |
Topic: CMUD and Logging |
derekconlon
Replies: 1
Views: 5928
|
Forum: CMUD General Discussion Posted: Sun Mar 06, 2016 11:46 pm Subject: CMUD and Logging |
I'm trying to write a C# program that reads the .txt files generated by CMUD logging my MUD session.
CMUD doesn't appear to change the lastwrite time or lastaccess information for the file during e ... |
Topic: cMUD and Javascript |
derekconlon
Replies: 17
Views: 41885
|
Forum: CMUD General Discussion Posted: Thu Nov 26, 2015 12:24 am Subject: cMUD and Javascript |
Actually, my original post was regarding #SCRIPT.
I can't figure out the syntax to get it to use Javascript. That's what this whole thread was conceived for :)
%mss is also something i've looke ... |
Topic: cMUD and Javascript |
derekconlon
Replies: 17
Views: 41885
|
Forum: CMUD General Discussion Posted: Wed Nov 25, 2015 9:17 pm Subject: cMUD and Javascript |
I'm still wanting to know how to do Javascript though.
I appreciate all the ZScript options that replace things I'd be using Javascript for but it IS something cMUD is supposed to do (use javascript) ... |
Topic: cMUD and Javascript |
derekconlon
Replies: 17
Views: 41885
|
Forum: CMUD General Discussion Posted: Wed Nov 25, 2015 9:15 pm Subject: cMUD and Javascript |
can Zscript do methods or functions or subroutines?
Check out #FUNCTION (which can return a value)
I assume you're familiar with triggers and aliases.
Thank you... I feel dumb.
I think I ... |
Topic: cMUD and Javascript |
derekconlon
Replies: 17
Views: 41885
|
Forum: CMUD General Discussion Posted: Wed Nov 25, 2015 8:41 pm Subject: cMUD and Javascript |
I also thought of another thing I would use JScript for, creating functions (called methods sometimes, subroutines, etc)
Let's say I type group and it shows all 8 people. I want to set buttons wit ... |
Topic: Button Questions: Remove Self, Variable Captions? |
derekconlon
Replies: 5
Views: 10656
|
Forum: CMUD General Discussion Posted: Wed Nov 25, 2015 8:00 pm Subject: Button Questions: Remove Self, Variable Captions? |
Can buttons remove themselves without having a error?
Here is what I am trying to do:
I type "group" and it shows me my group and their health.
I want buttons to be created for the group memb ... |
Topic: cMUD and Javascript |
derekconlon
Replies: 17
Views: 41885
|
Forum: CMUD General Discussion Posted: Wed Nov 25, 2015 5:44 pm Subject: cMUD and Javascript |
Right now the only thing that ZScript is lacking that I have needed recently is a "Does not match" abililty. the =~ does "match" but what about if "not match". am I just missing something?
For Ex ... |
Topic: cMUD and Javascript |
derekconlon
Replies: 17
Views: 41885
|
Forum: CMUD General Discussion Posted: Wed Nov 25, 2015 4:45 pm Subject: cMUD and Javascript |
I hope this is a simple question but I'm trying to learn how to use Javascript in cMUD.
I'm making a very simple alias to begin the learning.
The alias is called "jscripttest"
and the code is:
... |
| |