All translations

Jump to navigation Jump to search

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)You can put a !-sign in front of the statement to act as a NOT. You can read 'the train' as 'the cart' if [cart] is used on the first line. Statements with the format ''name@<array>'' are called '''array statements''' and can operate on multiple of a certain property. For example, ''i@wood'' operates on the items in the train, and checks if there is wood in there. For multiple items, delimit using a semicolon ( ; ), for example ''ed@north;south'' will match trains moving towards north or south only.
 h Japanese (ja)ビックリマークをステートメントの頭に入れると、NOT――つまり否定――として動作します。もし一行目に''[cart]''を利用する場合は、動作・判定の対象が列車の代わりに個別のトロッコになります。''name@<array>''形式のステートメントは'''配列ステートメント'''と呼ばれ、特定のプロパティの複数の要素を判定することができます。たとえば、''i@wood''は列車の中のアイテムを覗いて、そこに木材が含まれているかどうかを調べます。複数のアイテムを利用したいときには、セミコロンで区切ることが可能です。たとえば''ed@north;south''と書くと、北もしくは南に向かう列車のみを対象にします。
 h Chinese (China) (zh-cn)你可以在语句前面输入“!”来反转语句输出。若控制牌第一行设置为 [cart],则会将列车看作为一辆辆矿车。'''数组语句'''格式为: '''name@<数组>''',可以操作多个属性。如'''i@wood'''操作列车中的物品,并检测其中是否是木头。对于多个参数,需使用(;)分隔,例如'''ed@north;south''仅匹配向北或向南行驶的列车。