Dysolis2010-11-18 00:39:06
Hey!
I tried out mudlet and so far I like the interface but I'm having an odd time trying to match what to do on the screen cast for making an send alias.
I put the ^sh$ as a pattern and I put this as the script box send(*say hello*) and it comes out as a bug like this, Lua syntax error::2 unexpected symbol near '*
I had matched everything the screen cast said to do so I'm not sure what else is to fix.
Appreciate any help thank you!
I tried out mudlet and so far I like the interface but I'm having an odd time trying to match what to do on the screen cast for making an send alias.
I put the ^sh$ as a pattern and I put this as the script box send(*say hello*) and it comes out as a bug like this, Lua syntax error::2 unexpected symbol near '*
I had matched everything the screen cast said to do so I'm not sure what else is to fix.
Appreciate any help thank you!
Unknown2010-11-18 00:43:01
send("say hello")
Dysolis2010-11-18 00:48:10
ah great thanks! It worked.
Dysolis2010-11-18 01:42:10
QUOTE (Dysolis @ Nov 17 2010, 07:48 PM) <{POST_SNAPBACK}>
ah great thanks! It worked.
One more question for an attack alias. send ("kick".. target) works but it didn't fire.
Dysolis2010-11-18 02:37:55
Er nevermind! figured it out.
Dysolis2010-11-18 02:40:38
I had to fix the first alias. target = matches
send ("say hi " .. target)
send ("say hi " .. target)