Help for this page

Select Code to Download


  1. or download this
    chdir("$HOME/$gamedir/maps");    # does not work in the script
    
  2. or download this
    chdir("$HOME/$gamedir");
    chdir("maps");                   # works fine.