Alias
From Unreal Software English Wiki
This is a script command.
- Parameters:
- alias (text): name for your alias
- script (text): script you want to execute with this alias
- Info:
Create an alias.
An alias works like a script command.
Attention! CS2D does NOT save your aliases. They are lost as soon as you quit CS2D!
- Example:
alias "test" "echo test!; echo 123"
creates a new alias "test". As soon as you use "test" as a command in the console, it echoes test! and 123 in the console.