Search found 6 matches

by jonhutch01
Wed Mar 15, 2017 5:45 am
Forum: Help Forum
Topic: [Delta] Can't Click on Mapper In Geyser Container
Replies: 3
Views: 2983

Re: [Delta] Can't Click on Mapper In Geyser Container

No worries! Just glad I wasn't​ missing something obvious. Thanks so much for the reply, and double thanks for the awesome client!
by jonhutch01
Tue Mar 14, 2017 3:35 pm
Forum: Help Forum
Topic: [Delta] Can't Click on Mapper In Geyser Container
Replies: 3
Views: 2983

[Delta] Can't Click on Mapper In Geyser Container

I apologize if this has been asked before, but my search though the forums and google turned up nothing related to this issue. The short version is that when I create a Mapper container in Geyser, I can no longer double click rooms to move or even select the menu arrow at the bottom. Is this a known...
by jonhutch01
Wed May 05, 2010 4:56 pm
Forum: Help Forum
Topic: Recursive Function (bug or my own stupidity?)
Replies: 5
Views: 4048

Re: Recursive Function (bug or my own stupidity?)

Thank you naftali for explaining that. I was unclear at what point the tempTimer ran the code. That's good information. I have gone a different route with this and instead have opted to use flags to signal when certain things should and shouldn't be called. Thanks for your help guys! :)
by jonhutch01
Tue May 04, 2010 6:58 pm
Forum: General Forum
Topic: Mudlet Mapper preview
Replies: 151
Views: 114275

Re: Mudlet Mapper preview

UPDATE: Might have stumbled on to something. This time as is downloaded the map, before I hit the "ok" button I just let it sit there for about 30 seconds. Then hit the download button. Worked like a charm. Not sure if my waiting on hitting the ok button had anything to do with it but you ...
by jonhutch01
Tue May 04, 2010 6:46 pm
Forum: Help Forum
Topic: Recursive Function (bug or my own stupidity?)
Replies: 5
Views: 4048

Re: Recursive Function (bug or my own stupidity?)

I think I see what my problem was in designing this. I'm still getting use to triggers. Basicly I'm going to need to check a flag every time my balance updates to see if I need to palm the target or not, like wise any other action I need to do after a battle will need to be flagged (and after it's c...
by jonhutch01
Tue May 04, 2010 3:54 pm
Forum: Help Forum
Topic: Recursive Function (bug or my own stupidity?)
Replies: 5
Views: 4048

Recursive Function (bug or my own stupidity?)

Let me first explain the reason for this little system, how I implemented it, and what it's doing. Then afterwards feel free to point out my stupidity. ;) After a fight I want to pick up (in my case "palm") the corpse I just killed. I have the body targeted and its name set in the rh_targe...