Download Game! Currently 133 players and visitors. Last logged in:ValkristGotrekLikuAmarth

BatMUD Forums > Ideas-wanted > Re: making commands w/ editor

 
 
#1
13 Jul 2004 12:50
 
 
Please give us the possibility to use editor when making commands, with some
kinda flag.

Example:

1]command -e Unchest
2]open crate;
3]get ring from crate;
4]get scarf from crate;
5]get doll from crate;
6]close crate;
7]ready!
8].

'Unchest' is a command-alias to 'open crate;get ring from crate;get scarf from
crate;get doll from crate;close crate;ready!'.

Thanks,

--
Juo Ppo

 
Rating:
2
Votes:
4
 
 
Juo
241d, 8h, 34m, 27s old
Level:
83
 
 
#2
13 Jul 2004 15:38
 
 
Juo wrote:
Please give us the possibility to use editor when making commands, with some
kinda flag.

Example:

1]command -e Unchest
2]open crate;
3]get ring from crate;
4]get scarf from crate;
5]get doll from crate;
6]close crate;
7]ready!
8].

'Unchest' is a command-alias to 'open crate;get ring from crate;get scarf from
crate;get doll from crate;close crate;ready!'.

Thanks,
Implemented with common-joint effort of Blitzer and yours truly.

^o^

 
 
 
Favorit
W i z a r d
2y, 127d, 10h, 9m, 47s old
Level:
111 [Wizard]
 
 
#3
13 Jul 2004 15:40
 
 
And by the way, it auto-adds the delimiter.
I.e.:

prompt> command -e mychest
1]open chest 1
2]put pillow to chest 1
3]close chest 1
4]say pillow is properly stashed!
5].
'mychest' is a new command alias to 'open chest1;put pillow to chest 1;close
chest 1;say pillow is properly stashed'.

In the example above, we assume that the command delimiter is standard and is
';'.

^o^

 
Rating:
-1
Votes:
1
 
 
Favorit
W i z a r d
2y, 127d, 10h, 9m, 47s old
Level:
111 [Wizard]