
Search found 6 matches
- Mon Dec 17, 2018 5:32 pm
- Forum: Scripts & Packages
- Topic: tempTimer is going off immediately
- Replies: 2
- Views: 9780
Re: tempTimer is going off immediately
Thanks! That did the trick. 

- Mon Dec 17, 2018 5:31 pm
- Forum: Scripts & Packages
- Topic: Feature request: have the script editor auto-scroll based on cursor location
- Replies: 1
- Views: 6566
Feature request: have the script editor auto-scroll based on cursor location
Hi,
This seems to be the best place to put this request... if there's a better place, please let me know. :)
Currently, in the script editor, if you start typing past the end of the screen (either horizontally or vertically), the editor does not behave as expected - which would be to automatically ...
This seems to be the best place to put this request... if there's a better place, please let me know. :)
Currently, in the script editor, if you start typing past the end of the screen (either horizontally or vertically), the editor does not behave as expected - which would be to automatically ...
- Fri Dec 14, 2018 6:01 pm
- Forum: Scripts & Packages
- Topic: tempTimer is going off immediately
- Replies: 2
- Views: 9780
tempTimer is going off immediately
Hi,
I have what I hope is a simple question. I have an alias, where I want to send the "sc" command (to get the "score" screen), then wait for the score screen to appear (because there's a separate trigger to get the number of coins I have in hand), then run another command. Here's the alias code ...
I have what I hope is a simple question. I have an alias, where I want to send the "sc" command (to get the "score" screen), then wait for the score screen to appear (because there's a separate trigger to get the number of coins I have in hand), then run another command. Here's the alias code ...
- Sat Dec 01, 2018 3:25 am
- Forum: Help Forum
- Topic: Bizarre Trigger Error
- Replies: 3
- Views: 5332
Re: Bizarre Trigger Error
Never mind - I figured it out shortly after I posted (but it was a little while before the post was approved). The issue was that the grabbed values weren't automatically being converted to numbers. Fixed it by replacing the declarations with:
local CurrHP = tonumber(matches[3])
local MaxHP ...
local CurrHP = tonumber(matches[3])
local MaxHP ...
- Tue Nov 27, 2018 8:32 pm
- Forum: Help Forum
- Topic: Bizarre Trigger Error
- Replies: 3
- Views: 5332
Bizarre Trigger Error
Hi,
I've got a rather bizarre trigger problem (running 2.1), that I was hoping for some help with. Here's the Perl regex trigger:
< (\w*) \| (\d*)\/(\d*)h (\d*)\/(\d*)m (\d*)\/(\d*)s \| O:(.*)
It does work. Here's the trigger code:
local CurrHP = matches[3]
local MaxHP = matches[4]
local ...
I've got a rather bizarre trigger problem (running 2.1), that I was hoping for some help with. Here's the Perl regex trigger:
< (\w*) \| (\d*)\/(\d*)h (\d*)\/(\d*)m (\d*)\/(\d*)s \| O:(.*)
It does work. Here's the trigger code:
local CurrHP = matches[3]
local MaxHP = matches[4]
local ...
- Mon Nov 26, 2018 10:12 pm
- Forum: Mudlet Mapper
- Topic: Generic Mapping Script
- Replies: 444
- Views: 1800553
Re: Generic Mapping Script
I apologize if this is a stupid question, but I'm something of a beginner, both to Mudlet and to Lua. I'm running 2.1 (was running 3.0.1, but then I downgraded to the official release when I was troubleshooting this problem), and trying to install this mapper for a Dikumud.
Here's what I did (step ...
Here's what I did (step ...