Search found 10 matches

by holypickle
Sat Aug 20, 2016 2:30 pm
Forum: Help Forum
Topic: playSoundFile won't work
Replies: 1
Views: 2245

playSoundFile won't work

I can't get playSoundFile to work. The trigger itself works, because it'll send() stuff. I've gotten it to work before, I just forgot what I had to do. I have the correct type of file (.wav) and i'm calling on the correct directory. So, wtf. Here's exactly what I'm typing: playSoundFile([[c:/monster...
by holypickle
Tue Aug 02, 2016 12:24 am
Forum: Help Forum
Topic: help with script
Replies: 6
Views: 5696

Re: help with script

So wait what does the ^ do? Does that prompt mudlet to read the line?
by holypickle
Tue Aug 02, 2016 12:21 am
Forum: Help Forum
Topic: help with script
Replies: 6
Views: 5696

Re: help with script

brilliant, thank you my friend.
by holypickle
Sun Jul 31, 2016 3:51 pm
Forum: Help Forum
Topic: help with script
Replies: 6
Views: 5696

help with script

I need to write a very simple script that will beep when my hp is below a certain amount. What I'm stuck on is how to "read" the screen in my script, so when it says "HP: X", my script can take in that information.
by holypickle
Sun Mar 13, 2016 11:01 am
Forum: General Forum
Topic: Why does LUA suck
Replies: 7
Views: 32496

Why does LUA suck

There's no comprehensive resources for learning LUA or Mudlet as far as I can see. I don't know a ding-dang thing about LUA or programming, so wat do!?
by holypickle
Wed Feb 24, 2016 11:55 pm
Forum: Help Forum
Topic: How to array
Replies: 2
Views: 2996

Re: How to array

Thanks man
by holypickle
Wed Feb 24, 2016 11:55 pm
Forum: Scripts & Packages
Topic: Need help with code
Replies: 2
Views: 5651

Re: Need help with code

Thanks man, works perfectly
by holypickle
Wed Feb 24, 2016 6:57 pm
Forum: Scripts & Packages
Topic: Need help with code
Replies: 2
Views: 5651

Need help with code

Basically I'm trying to create a trigger that will trip when my health is below 50%

How would I go about making an array, or a set of numbers in between x and y? Or in my case, 1-50.

Trigger Pattern: HP :

If HP<=50%

then
send(drink vial)

whoever helps me will get a really awesome cat photo
by holypickle
Wed Feb 24, 2016 7:11 am
Forum: Help Forum
Topic: How to array
Replies: 2
Views: 2996

How to array

I need to be able to heal myself when my health goes below 50%. How would I do this?

here's what the MUD sends me when I get damaged.

IE

Hp: 70 60%
Human bandit hits you.
by holypickle
Sun Feb 14, 2016 2:29 pm
Forum: Help Forum
Topic: Key Bindings
Replies: 0
Views: 2984

Key Bindings

How would I go about binding two keys together? I want to combine a numeric pad key with a number key, but "keys" won't let me, it'll only allow modifiers (shift, alt, ctrl etc) plus a key.

Pls halp