Search found 17 matches

by sephiel
Sat Dec 26, 2009 1:34 pm
Forum: Help Forum
Topic: Map capture causing crash
Replies: 2
Views: 2536

Re: Map capture causing crash

Ah, thank you!
by sephiel
Sat Dec 26, 2009 1:09 pm
Forum: Help Forum
Topic: Map capture causing crash
Replies: 2
Views: 2536

Map capture causing crash

So, my map capture code is causing mudlet to crash for some reason. I've isolated the following code as causing the crash, as with the triggers disable - or if the code has yet to run (these triggers haven't been fired yet), no crash. Script: mapWindow WindowWidth, WindowHeight = getMainWindowSize()...
by sephiel
Wed Dec 23, 2009 11:59 pm
Forum: Mudlet Development
Topic: Welcome screen
Replies: 9
Views: 8048

Re: Welcome screen

Awesome, thanks Vadi :)
by sephiel
Wed Dec 23, 2009 12:09 pm
Forum: Mudlet Development
Topic: Welcome screen
Replies: 9
Views: 8048

Re: Welcome screen

I like it, very stylish. Don't suppose we can have an "open profile offline" type function for it as well? For when I don't want to actually play, just tinker with my scripts?

Sorry if it's already been suggested.
by sephiel
Mon Dec 07, 2009 12:34 am
Forum: Help Forum
Topic: Curing Remaining Affliction via List
Replies: 5
Views: 4897

Re: Curing Remaining Affliction via List

Looks to me like currentBalAffs simply hasn't been defined yet. Maybe check the script mentions currentBalAffs={ } at some point? You should also work this into a reset function, for clearing your afflictions when you get killed.
by sephiel
Mon Nov 30, 2009 11:55 pm
Forum: Help Forum
Topic: Triggering from variables?
Replies: 7
Views: 5572

Re: Triggering from variables?

Awesome, thank you so much!
by sephiel
Mon Nov 30, 2009 10:42 am
Forum: Help Forum
Topic: Triggering from variables?
Replies: 7
Views: 5572

Triggering from variables?

Hi guys, pretty new to scripting but loving the client. Everything runs so quickly, problems are being fixed constantly and although I'm new to all this, I can already tell how flexible my options are using this client. You guys should be proud of your work :) So anyhow, just a quick query - is it p...