fly <direction> moves the player 5 tiles, ignoring terrain. Leaves a trail of bright white ~ clouds that fade after 2 seconds. Effects system supports arbitrary timed visual overlays on the viewport. TinTin aliases: fn/fs/fe/fw/fne/fnw/fse/fsw.
13 lines
361 B
Text
13 lines
361 B
Text
#NOP TinTin++ config for connecting to the MUD server
|
|
#split 0 1
|
|
#session mud localhost 6789
|
|
|
|
#NOP fly aliases: f<direction> = fly 5 in that direction
|
|
#alias {fn} {fly north}
|
|
#alias {fs} {fly south}
|
|
#alias {fe} {fly east}
|
|
#alias {fw} {fly west}
|
|
#alias {fne} {fly northeast}
|
|
#alias {fnw} {fly northwest}
|
|
#alias {fse} {fly southeast}
|
|
#alias {fsw} {fly southwest}
|