Skip to content
Snippets Groups Projects
Commit 29731fb3 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add install option for his IGM.

parent f8a64508
No related branches found
No related tags found
No related merge requests found
Pipeline #75 passed
......@@ -141,6 +141,12 @@ function menu() {
exit(0);
}
if (argc == 1 && argv[0] == 'INSTALL') {
var install = {
desc:'`0T`2ravel `0T`2o Other Places Pickles',
}
exit(0);
}
// possible record changes: hp, hp_max, forest_fights, gold, bank, def, str, cha, gem, des1
menu();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment