Search found 56 matches

by tarrant
Sun Nov 28, 2010 2:03 pm
Forum: Help Forum
Topic: Function with different arguments
Replies: 1
Views: 1927

Function with different arguments

function typeSwitch( fire, earth, lightning, water, air ) Is it possible to make a function and put it into an alias such that i can do "switch <type>" and i'll check to see what type of elemental i'm using. If i'm using the same type that i want to switch to, it'll do nothing, but if its...
by tarrant
Sun Nov 28, 2010 12:35 pm
Forum: Help Forum
Topic: Help with playing sound.
Replies: 8
Views: 5435

Re: Help with playing sound.

awesome. thank you!
by tarrant
Sun Nov 28, 2010 9:34 am
Forum: Help Forum
Topic: Help with playing sound.
Replies: 8
Views: 5435

Re: Help with playing sound.

oh yeah sorry, knew i should have added more info.
mac snow leopard 10.6.5.
by tarrant
Sun Nov 28, 2010 9:00 am
Forum: Help Forum
Topic: Function help
Replies: 4
Views: 3151

Re: Function help

Thanks guys. worked very well.
by tarrant
Sun Nov 28, 2010 9:00 am
Forum: Help Forum
Topic: Help with playing sound.
Replies: 8
Views: 5435

Help with playing sound.

Hi,
Code: [show] | [select all] lua
playSoundFile("Users/myhome/Documents/Mudlet/Ding.wav")
i want to play the above .wav file.

i created an alias to test this, but it doesn't seem to be working and i'm not too sure what the manual means.

Thanks.
by tarrant
Sat Nov 27, 2010 12:55 pm
Forum: Help Forum
Topic: Function help
Replies: 4
Views: 3151

Function help

function lootSwitch() if loot = "On" then loot = "Off"; else loot = "On"; end end Hi all, the above function gives the error below. I'm not too sure what's wrong because i already have the 'then' that's expected there. Or am i doing something wrong? Lua syntax error:[s...
by tarrant
Mon Oct 25, 2010 7:31 am
Forum: Help Forum
Topic: "fix new text to be on eits own line" - option
Replies: 5
Views: 3853

Re: "fix new text to be on eits own line" - option

so is there anyway to fix this problem if my mud isn't GA enabled?
by tarrant
Sun Oct 24, 2010 8:03 am
Forum: Help Forum
Topic: "fix new text to be on eits own line" - option
Replies: 5
Views: 3853

Re: "fix new text to be on eits own line" - option

How do you enable GA signals? What's GA signals anyway?
by tarrant
Tue May 18, 2010 10:45 pm
Forum: General Forum
Topic: What Mud do you play?!
Replies: 26
Views: 19579

Re: What Mud do you play?!

WillFa wrote:3 Kingdoms
3k.org:3000
Me too
by tarrant
Fri May 07, 2010 8:55 am
Forum: Help Forum
Topic: select and replace instead of deleteline
Replies: 3
Views: 3015

select and replace instead of deleteline

My mud sends me info like #K%00001008AAC15:41 #K%00001011AAF1.5 days or #K%00001007BAE0.10 The general pattern is #K% followed by a bunch of info. So each #K% represents 1 piece of info that the mud sends. Highlighted for easier viewing. Each different colour is a packet. Each quote above is given i...