I construct an alias called "myalias" that sends some things to the world, for example like so:
So then (with script prefix \\)...
works with ";" as my command stack char. It executes myalias and then runs 3w.
works as well, running 3e and then running 3w.
also works, executing myalias.
But,
does not work. It tries to send "myalias" to the mud without executing it and then runs 3w.
get badge bag
wear badge
enter
wear amulet
run sw
put badge bagSo then (with script prefix \\)...
\\Execute("myalias;run 3w")\\Execute("run 3e\nrun 3w")\\Execute("myalias\n")But,
\\Execute("myalias\nrun 3w")