Author |
Message |
Topic: Lua table, and cmud params |
Turncoat
Replies: 2
Views: 7413
|
Forum: CMUD General Discussion Posted: Sun Dec 02, 2012 7:12 pm Subject: Lua table, and cmud params |
Hello Everyone!
I have a trigger setup that finds mobs in a room, pretty easy:
^~[%w~] ~[*~] (*).$
That is the trigger part, and using zscript and doing the follow ... |
Topic: Querying a database |
Turncoat
Replies: 1
Views: 5910
|
Forum: CMUD General Discussion Posted: Tue Nov 20, 2012 7:57 am Subject: Querying a database |
Hello Everyone!
So this is the first time I've tried using databases in cMUD. I created a normal database within cMUD and I also created an sqlite database using sqliteman. I went ahead and put so ... |
Topic: Incrementing a Variable |
Turncoat
Replies: 7
Views: 13206
|
Forum: CMUD General Discussion Posted: Mon Sep 19, 2011 2:35 am Subject: Incrementing a Variable |
ooooh, Thanks Daern!! |
Topic: Incrementing a Variable |
Turncoat
Replies: 7
Views: 13206
|
Forum: CMUD General Discussion Posted: Mon Sep 19, 2011 1:12 am Subject: Incrementing a Variable |
You wouldn't use the @ sign? Such as.. ./@variable , so it would just be ./variable ?
I also reread the MATH help file, and realized you could specify a class name at the end..
#MATH currentStep ... |
Topic: Incrementing a Variable |
Turncoat
Replies: 7
Views: 13206
|
Forum: CMUD General Discussion Posted: Mon Sep 19, 2011 12:19 am Subject: Incrementing a Variable |
Sounds simple, or at least I thought it would be.
I have a class named Bottrix and that is where all of the scripts for this current project reside. Now, an alias is supposed to increase the varia ... |
|