> Hi. I have non-cardinal directions working GREAT. I've made commands and > everything, they work fine. > > BUT, my ne, sw, etc. commands don't work. Typing ne gets news, sw gets > switch, etc. I added them at the end in interpreter.c, btw. So, my question > is, how do I fix? I'm guessing adding them at the beginning and renumbering > all other commands wouldn't work, or would it? > > Thanks. just a tip: interpreter.c seems to "scan" the command list searching for the first letters to match and perform a command. if you want sc as a shortcut for score place it b4 scan command. if you want sc as a shortcut for scan, place it b4 score. =o) if you place any command ne* b4 ne, then it will never be reached =o) seeya, WidowMaker
This archive was generated by hypermail 2b30 : 12/18/00 PST