Adding alias in command.dat

Posted by Voldemar on Mon 18 Mar 2024 08:41 PM — 1 posts, 3,955 views.

#0
hello everyone, tell me where should I add the code so that it looks in the commands.dat file not only for the name line but also for the alias line and processes it accordingly
Smaug 1.4a

Original:
#COMMAND
Name east~
Code do_east
Position 112
Level 0
Log 0
End

What I need:
#COMMAND
Name east~
Alias vostok~
Code do_east
Position 112
Level 0
Log 0
End