Search found 13 matches

by FormerZmudUser
Wed Nov 18, 2009 12:59 am
Forum: Help Forum
Topic: clearWindow(s) removed?
Replies: 3
Views: 4167

Re: clearWindow(s) removed?

clearUserWindow( name ) works though. should be clearWindow instead. This is a bit inconsistent.

but nice function index: http://mudlet.git.sourceforge.net/git/g ... D#apiIndex
by FormerZmudUser
Mon Aug 24, 2009 3:49 pm
Forum: Help Forum
Topic: Mudlet home directory?
Replies: 1
Views: 2784

Mudlet home directory?

How do I get the path of the profile?
by FormerZmudUser
Mon Aug 24, 2009 3:40 pm
Forum: Help Forum
Topic: Equivalent zMud onConnect
Replies: 12
Views: 8276

Re: Equivalent zMud onConnect

Vadi wrote:And it all goes awry when someone fakes that line ;)
Not if you properly disable your initialization trigger after login and enable them on disconnect.
I'm using a login trigger and it's easy and reliable.
by FormerZmudUser
Fri Jun 05, 2009 6:35 pm
Forum: General Forum
Topic: Mudlet features and API requests
Replies: 535
Views: 652549

Re: Mudlet API requests

Lua function to play sounds

[EDIT HEIKO: included]
by FormerZmudUser
Fri Jun 05, 2009 6:34 pm
Forum: Help Forum
Topic: How to play sound files from scripts?
Replies: 2
Views: 3378

Re: How to play sound files from scripts?

still no sound function :cry:
by FormerZmudUser
Fri Jun 05, 2009 6:27 pm
Forum: Help Forum
Topic: table.save
Replies: 3
Views: 3904

Re: table.save

How do I get the user's home directory?
by FormerZmudUser
Fri Jun 05, 2009 6:22 pm
Forum: Help Forum
Topic: Help with events
Replies: 10
Views: 9849

Re: I'm confused...

function eventHandlerOnPrompt(event) if affAnorexia == false then if balanceSip then if currentHealth < (3/4 * maxHealth) then send("sip health") balanceSip = false elseif currentMana < (5/8 * maxMana) then send("sip mana") balanceSip = false end elseif balaceToadstool and (curr...
by FormerZmudUser
Fri Jun 05, 2009 6:15 pm
Forum: Mudlet Development
Topic: Last requests before feature freeze
Replies: 46
Views: 37467

Re: Last requests before feature freeze

Please change the colors in the trigger pattern list. :evil: ..... :ugeek:
Please change the font in the pattern list and in the editor to a monospaced font.