Browsing Finnish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Finnish guidelines.
69 of 9 results
6.
**Menu Choices.** A menu choice is an option the user can select from the in-game menu. A menu choice begins with a string. The string may be followed by an if-clause, which makes the choice conditional. The menu choice ends with a colon, and must be followed by a block of Ren'Py statements.
(no translation yet)
Located in ../../source/menus.rst:47
7.
When the choice is selected, the block of code is run. If execution reaches the end of this block of code, it continues with the statement after the end of the menu statement.
(no translation yet)
Located in ../../source/menus.rst:54
8.
An if-clause consists of the keyword ``if``, followed by a python expression. The menu choice is only displayed if the expression is true. In the following menu::
(no translation yet)
Located in ../../source/menus.rst:58
9.
The third choice will only be presented if the drank_tea variable is true.
(no translation yet)
Located in ../../source/menus.rst:70
69 of 9 results

This translation is managed by Launchpad Finnish Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Pyry Mikael Saastamoinen.