Search found 5 matches

by solao
Sun Mar 05, 2017 2:39 pm
Forum: Scripts & Packages
Topic: Mudlet Append to Notepad
Replies: 1
Views: 3523

Mudlet Append to Notepad

In MUSHClient I would use the below code to insert into a notepad file. How would I do that in Mudlet? I have a map on mode which appends the directions as i enter them into the notepad, and a modification of the track command that stores the path resulting from track into a notepad file. Then I can...
by solao
Mon Feb 27, 2017 3:05 pm
Forum: Mudlet Development
Topic: Mudlet 3.0 cURL
Replies: 4
Views: 5065

Re: Mudlet 3.0 cURL

Everything is flowing okay right now. Wish there was a direct cURL. But this method is working right now.
by solao
Tue Jan 31, 2017 6:28 pm
Forum: Mudlet Development
Topic: Issues with popup's and expandalias
Replies: 3
Views: 4591

Re: Issues with popup's and expandalias

well crap.. I feel dumb as grass.


Thanks!
by solao
Tue Jan 31, 2017 3:02 pm
Forum: Mudlet Development
Topic: Issues with popup's and expandalias
Replies: 3
Views: 4591

Issues with popup's and expandalias

I have tried all of the below methods to get an expandalias to work on a popup. Is there any reason why this isn't working? When I use Send " it works fine across the board. But I really want it to trigger my alias. If I could set a variable based on the selected option, that would work for wha...
by solao
Mon Jan 09, 2017 2:49 pm
Forum: Mudlet Development
Topic: Mudlet 3.0 cURL
Replies: 4
Views: 5065

Mudlet 3.0 cURL

Hey, I'm working on migrating a suite of functions from Mushclient to Mudlet for a MUD that I play. However, I use alot of CURL calls with a PHPbased API that I have hosted for certain aspects of it. I am having difficulty getting the curl API to work on the Mac version of Mudlet. Can anyone let me ...