Search found 287 matches

by icesteruk
Fri Jan 25, 2013 4:26 pm
Forum: Help Forum
Topic: Afflicting script error
Replies: 13
Views: 7769

Re: Afflicting script error

I'm trying to use the table as a kind of check, like.. if one of the afflictions in the aff table isn't in combat.afflictions ((the table I'm using to track afflictions on the person i will be afflicting) then give them the first afflicton... the combat.affliction table is similar to the affliction ...
by icesteruk
Thu Jan 24, 2013 9:37 pm
Forum: Help Forum
Topic: Afflicting script error
Replies: 13
Views: 7769

Afflicting script error

I've been looking all day on how to fix these, done searches in google/on mudlet/wiki.. can someone point me on what I'm doing wrong as It keeps bringing back errors. I'm just trying to make a simple attacker sort of script/alias so I can test my system out. error: Lua syntax error:[string "fun...
by icesteruk
Thu Jan 24, 2013 8:33 am
Forum: Help Forum
Topic: MiniConsole Aff Tracker
Replies: 5
Views: 5115

Re: MiniConsole Aff Tracker

sure .. the fix is below function init() winX, winY = getMainWindowSize() createMiniConsole("aff_display", winX-530,420,510,180) setBackgroundColor("aff_display", 150, 150, 150, 255) setMiniConsoleFontSize( "aff_display", 10 ) setFgColor("aff_display", 10, 0, ...
by icesteruk
Thu Jan 24, 2013 4:26 am
Forum: Help Forum
Topic: MiniConsole Aff Tracker
Replies: 5
Views: 5115

Re: MiniConsole Aff Tracker

can someone please delete this post/topic..

I found the problem was missing a

if v == true then - working good now
by icesteruk
Thu Jan 24, 2013 3:26 am
Forum: Help Forum
Topic: MiniConsole Aff Tracker
Replies: 5
Views: 5115

MiniConsole Aff Tracker

I was browsing the GUI section of these forums and found a neat code to add a console of sorts to my mudlet to show me which affs I have.. I've changed the few things which needed changing to meet my needs but I seem to be having an error.. The error is, the window is showing perfect but it always s...
by icesteruk
Wed Jan 23, 2013 3:20 pm
Forum: Help Forum
Topic: Label / Geyser
Replies: 2
Views: 2415

Re: Label / Geyser

I've checked out all of the wiki stuff.. I cant get the 'variable' within the geyser/label to show...

thanks anyway

AHH the Mylabel:echo ... the mylabel had to be the name of whatever I named it.. Thanks
by icesteruk
Wed Jan 23, 2013 5:11 am
Forum: Help Forum
Topic: Label / Geyser
Replies: 2
Views: 2415

Label / Geyser

I'm pretty new at Mudlet but learning it pretty fast.. I've nearly finished my system and was moving onto the 'style' of it but I seem to be having difficulty with just making a simple label to echo what I am targetting... What would be the best way for this? any help will be greatly appreciated, or...