Program-wise? There is a single point of key bindings,
procedure Main in vpa2.pas. Huge case statement, with one
case per key. Each key checks "if I'm on a ship, I do this,
if I'm on a planet, I do that, ..."
User-defined? That'd be somewhat hard to do, because you
probably want to redefine the "set friendly code" function,
not the "set friendly code or recycle a ship or forget a
ship" function.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=138639
What exactly do you mean?
Program-wise? There is a single point of key bindings,
procedure Main in vpa2.pas. Huge case statement, with one
case per key. Each key checks "if I'm on a ship, I do this,
if I'm on a planet, I do that, ..."
User-defined? That'd be somewhat hard to do, because you
probably want to redefine the "set friendly code" function,
not the "set friendly code or recycle a ship or forget a
ship" function.