Search found 138 matches
- Tue Jun 15, 2010 8:43 am
- Forum: Scripts & Packages
- Topic: (Achaea) Compress tramples
- Replies: 4
- Views: 3191
Re: (Achaea) Compress tramples
I assume he means when you trample multiple people and you see like 30 limb breaks
- Tue Jun 15, 2010 5:33 am
- Forum: Help Forum
- Topic: Problem with LuaGlobal
- Replies: 4
- Views: 2029
Re: Problem with LuaGlobal
do you call string:split() in any of the functions within this script? Like prompt:decorate() perhaps?
- Sat Jun 12, 2010 4:21 pm
- Forum: Mudlet Development
- Topic: Feature request - grey out Save Item and Save Profile button
- Replies: 4
- Views: 2137
Re: Feature request - grey out Save Item and Save Profile button
except when Mudlet crashes because I try to display one of Geyser's infinite recursive tables or something and lose everything since I last did save profile...
- Sat Jun 12, 2010 1:35 pm
- Forum: Mudlet Development
- Topic: Feature request - grey out Save Item and Save Profile button
- Replies: 4
- Views: 2137
Re: Feature request - grey out Save Item and Save Profile button
would be nice, right now I just click those buttons far more often than necessary
- Sat Jun 12, 2010 5:03 am
- Forum: Scripts & Packages
- Topic: Achaea Offer All Script
- Replies: 2
- Views: 2961
Re: Achaea Offer All Script
This is pretty elaborate, nice. One question. In the code script it says 'enableTrigger("Offering Selfishness", false)'. Did you mean 'disableTrigger("Offering Selfishness")'?
- Fri Jun 11, 2010 4:37 pm
- Forum: Howtos, FAQs and Tips & Tricks
- Topic: Flexible offensive aliases
- Replies: 24
- Views: 12040
- Fri Jun 11, 2010 4:35 pm
- Forum: Mudlet Development
- Topic: Two new icons
- Replies: 2
- Views: 1673
Re: Two new icons
agreed. I think the right shade of red would go well with the color scheme.
- Wed Jun 09, 2010 1:38 pm
- Forum: Help Forum
- Topic: Semicolon Problem
- Replies: 11
- Views: 5455
Re: Semicolon Problem
I would be very happy if the command line would simply recognize \; as a semicolon and not a command separator.
- Wed Jun 09, 2010 1:44 am
- Forum: Scripts & Packages
- Topic: Mushclient environment
- Replies: 0
- Views: 1640
Mushclient environment
Me and Vadi did some work on duplicating Mushclient functions in Mudlet. Follow the link below to get to the results. The way it works is you copy the stuff on the whiteboard (from the beginning of the table until the function on the last line) into a script. Everything below that function (setfenv)...
- Mon Jun 07, 2010 4:28 am
- Forum: Help Forum
- Topic: Lua function in trigger from script
- Replies: 9
- Views: 3008
Re: Lua function in trigger from script
Please, explain your question more clearly. Since it's very simple to call a function from a trigger, I assume you're asking how to create a trigger in a script that calls a lua function? If so this is how: