426
427
428
429
430
431
432
433
|
package manager may vary according to the distribution). The version in
the package manager might or might not work; it is untested.
** How to make it to automatically advance to next level if you win?
Add the following into the .heromeshrc file:
.?.autoWin: select 'go',-(level()+1) where level()<max_level();
|
>
>
>
>
>
>
|
426
427
428
429
430
431
432
433
434
435
436
437
438
439
|
package manager may vary according to the distribution). The version in
the package manager might or might not work; it is untested.
** How to make it to automatically advance to next level if you win?
Add the following into the .heromeshrc file:
.?.autoWin: select 'go',-(level()+1) where level()<max_level();
** Trying to run Free Hero Mesh with gdb results in a "No such file or
directory" error, and it won't work.
If you have not set up Free Hero Mesh for portable mode, then you must
pass the -h switch to Free Hero Mesh to work with gdb.
|