Search found 1 match

by Wiploo
Tue May 03, 2016 9:48 am
Forum: Help Forum
Topic: Send newline to MUD
Replies: 1
Views: 3285

Send newline to MUD

Hi, I'm quite new to Mudlet and completely new to LUA script.

I'like to script some functionality of mob editing using alias. From prompt i manually send (enter is the key on the keyboard):

> wmedit nosfe
> 1
> shadow demon
> ENTER
> ENTER

Using LUA, I write:

send("wmedit nosfe")
send("1 ...