File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11Commands specific to GameShell
22==============================
33
4- gsh assert condition [msg ]
4+ gsh assert condition [MSG ]
55 check if the condition is true
66 if not, display an error message
77
8- gsh assert check true/false [msg ]
8+ gsh assert check true/false [MSG ]
99 check the current mission's goal has been achieved
1010 if the result doesn't coincide with the expected result, display
1111 an error message
@@ -27,7 +27,7 @@ gsh goal [N]
2727 show the current mission's goal
2828 if N is given, show the goal for mission N
2929
30- gsh goto N (ADMIN)
30+ gsh goto [N] (ADMIN)
3131 directly go to mission N
3232 (no password necessary if N is a previous mission)
3333
Original file line number Diff line number Diff line change 11Commandes propres à GameShell
22=============================
33
4- gsh assert condition [msg ]
4+ gsh assert condition [MSG ]
55 vérifie si la condition est vraie,
66 sinon, affiche un message d'erreur
77
8- gsh assert_check true/false [msg ]
8+ gsh assert_check true/false [MSG ]
99 vérifie si l'objectif de la mission en cours est atteint
1010 si le résultat ne correspond pas au résultat attendu, affiche un
1111 message d'erreur
@@ -26,7 +26,7 @@ gsh goal [N]
2626 affiche l'objectif de la mission en cours
2727 si N est donné, affiche l'objectif de la mission N
2828
29- gsh goto N (ADMIN)
29+ gsh goto [N] (ADMIN)
3030 passe directement à la mission N
3131 (le mot de passe n'est pas nécessaire si N est une mission
3232 précédente)
Original file line number Diff line number Diff line change 11Comandi specifici di GameShell
22==============================
33
4- gsh assert condition [msg ]
4+ gsh assert condition [MSG ]
55 verifica se la condizione è vera
66 altrimenti mostra un messaggio di errore
77
8- gsh assert check true/false [msg ]
8+ gsh assert check true/false [MSG ]
99 verifica se gli obiettivi della missione corrente sono stati raggiunti
1010 se il risultato non coincide con quello aspettato mostra un messaggio
1111 di errore
@@ -29,7 +29,7 @@ gsh goal [N]
2929 mostra gli obiettivi della missione
3030 se N è fornito, mostra gli obiettivi della missione N
3131
32- gsh goto N (ADMIN)
32+ gsh goto [N] (ADMIN)
3333 vai direttamente alla missione N
3434 (nessuna password necessaria se N è la precedente)
3535
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ gsh exit / Control-d
1010 (you can start from the current mission by running
1111 GameShell with the "-C" flag)
1212
13- gsh goal [n ]
13+ gsh goal [N ]
1414 show the current mission's goal
15- if n is given, show the goal for mission n
15+ if n is given, show the goal for mission N
1616
1717gsh help
1818 shorter help message
You can’t perform that action at this time.
0 commit comments