Register to post in forums, or Log in to your existing account
 
:
Search found 18 matches for:
Page 1 of 1
Author Message
  Topic: CMUD -> API Call?
coloradoderek

Replies: 2
Views: 6240

PostForum: CMUD General Discussion   Posted: Sun Jul 31, 2016 1:24 am   Subject: CMUD -> API Call?
Sweet!!

I think opening a specific page with the GET variables will do what I need it to do!
I will test but that should work!

Thanks!!
  Topic: CMUD -> API Call?
coloradoderek

Replies: 2
Views: 6240

PostForum: CMUD General Discussion   Posted: Sat Jul 30, 2016 9:05 pm   Subject: CMUD -> API Call?
Hello.

Can CMUD make an API call to a website?
using cURL or whatever equivilant?

I want to call a website function I've written that will notify my phone when something happens in a mud.

If ...
  Topic: CMUD Logging Question
coloradoderek

Replies: 6
Views: 11983

PostForum: CMUD General Discussion   Posted: Fri Mar 18, 2016 10:00 pm   Subject: CMUD Logging Question
The prompt is not recorded because logging occurs when the line advances. The easiest way to solve this issue is capture the entire prompt and write it directly to the file after shutting off logging. ...
  Topic: CMUD Logging Question
coloradoderek

Replies: 6
Views: 11983

PostForum: CMUD General Discussion   Posted: Fri Mar 18, 2016 9:19 pm   Subject: CMUD Logging Question
I have a previous post here : http://forums.zuggsoft.com/forums/viewtopic.php?t=38902

The problem in that post was that the Log file didn't appear to update "instantly" so the fix for that was to f ...
  Topic: CMUD Logging Question
coloradoderek

Replies: 6
Views: 11983

PostForum: CMUD General Discussion   Posted: Fri Mar 18, 2016 7:09 pm   Subject: CMUD Logging Question
Hello.

When you type "#LOG" to turn off a log, it does not copy the last line to show in the mud. In my case, I am running the #LOG command twice to force the log to write so I can actively analyz ...
  Topic: Button Questions: Remove Self, Variable Captions?
coloradoderek

Replies: 5
Views: 7422

PostForum: CMUD General Discussion   Posted: Sat Nov 28, 2015 6:19 pm   Subject: Button Questions: Remove Self, Variable Captions?
Yeah.. you are correct.

I bet I was expecting it to evaluate in the GUI and never even checked the button because it's sure doing exactly what you are saying.

Thank you.
I think all my question ...
  Topic: cMUD and Javascript
coloradoderek

Replies: 17
Views: 31871

PostForum: CMUD General Discussion   Posted: Sat Nov 28, 2015 6:15 pm   Subject: cMUD and Javascript



I see an "Object Expected" error. CMUD passes script like that into the Microsoft scripting engine. From what I can find from the internet in general, that error is common if you're not runnin ...
  Topic: Button Questions: Remove Self, Variable Captions?
coloradoderek

Replies: 5
Views: 7422

PostForum: CMUD General Discussion   Posted: Sat Nov 28, 2015 5:15 pm   Subject: Button Questions: Remove Self, Variable Captions?
I tried setting the caption to , for example, @player1

But it just shows "@player1" as the caption. How do I get it to evaluate the variable and show the variables value, rather than just verbatim ...
  Topic: cMUD and Javascript
coloradoderek

Replies: 17
Views: 31871

PostForum: CMUD General Discussion   Posted: Sat Nov 28, 2015 5:10 pm   Subject: cMUD and Javascript
Wow guys, you are very appreciated.

I'm getting it to work now. However, the "alert()" function of Javascript still does not appear to work.

I copy/pasted your example and sure enough, it outpu ...
  Topic: Mapper doesn't map?
coloradoderek

Replies: 1
Views: 4501

PostForum: CMUD General Discussion   Posted: Tue Oct 28, 2014 6:25 am   Subject: Mapper doesn't map?
I can't find a way to delete posts but I got this working.

I had to turn an option in the mud on (option brief) for it to configure properly and start working, then I could turn it back off and it ...
  Topic: Mapper doesn't map?
coloradoderek

Replies: 1
Views: 4501

PostForum: CMUD General Discussion   Posted: Tue Oct 28, 2014 4:21 am   Subject: Mapper doesn't map?
I'm sure this is a setting issue with me or i'm not doing something right, but i've tried with my current game settings and a fresh install with no settings. My mapper wont follow me around and map n ...
  Topic: Code half skipping on first match?
coloradoderek

Replies: 6
Views: 13488

PostForum: CMUD General Discussion   Posted: Wed Apr 02, 2014 10:44 pm   Subject: Code half skipping on first match?
Good Afternoon.

I've found out that if I stop setting the %3 to a static variable, my "problem" goes away. CMUD code "remembers" that it was doing the first match and as long as I don't mess with ...
  Topic: Code half skipping on first match?
coloradoderek

Replies: 6
Views: 13488

PostForum: CMUD General Discussion   Posted: Wed Apr 02, 2014 8:44 pm   Subject: Code half skipping on first match?
I used the #DEBUGFILE command and here is the resulting information:

From the .txt file: (all I did was type "list" while at a shop, yes the items have changed, I went to a shop with less items in ...
  Topic: Code half skipping on first match?
coloradoderek

Replies: 6
Views: 13488

PostForum: CMUD General Discussion   Posted: Wed Apr 02, 2014 8:14 pm   Subject: Code half skipping on first match?
The #wait 0 suggestion also did not work.
It just made the output look even more messed up. I understand why.
Thanks for that suggestion though!!
  Topic: Code half skipping on first match?
coloradoderek

Replies: 6
Views: 13488

PostForum: CMUD General Discussion   Posted: Wed Apr 02, 2014 8:11 pm   Subject: Code half skipping on first match?
Thank you for your reply.
After some testing, I do not think your description of the problem is accurate.

What is happening is, the 2nd matching line is being evaluated in the *middle* of the firs ...
  Topic: Code half skipping on first match?
coloradoderek

Replies: 6
Views: 13488

PostForum: CMUD General Discussion   Posted: Wed Apr 02, 2014 5:42 pm   Subject: Code half skipping on first match?
Good Morning! I have a strange problem that I can't resolve. My code only "half works" on the first line it matches, then it works fine until it comes to another page break, then it "half works" aga ...
  Topic: Line by Line into Array?
coloradoderek

Replies: 2
Views: 8207

PostForum: zMUD General Discussion   Posted: Wed Jan 08, 2014 2:25 am   Subject: Line by Line into Array?
Yes, thank you very much.
I was wondering if (*) would work as my "Line" variable.
I appreciate your reply.
  Topic: Line by Line into Array?
coloradoderek

Replies: 2
Views: 8207

PostForum: zMUD General Discussion   Posted: Tue Jan 07, 2014 3:30 pm   Subject: Line by Line into Array?
Hello.
I have used JMC for 10+ years but am looking to switch to CMUD.
However, I purchased Zmud in 1998 and still have that registered so i'm going to use that for now.
I figure the port to CMUD w ...
 
Page 1 of 1
All times are GMT
© 2009 Zugg Software. Hosted on Wolfpaw.net