You could add a script in your $PATH with the name "warzone" and all it does is something like
cd /path/to/warzone && Warzone
then you can just type "warzone" in your shell and the script will launch the actual executable from its location
Is this what you're trying to do?