All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)Given an item located in column <code>itemCol</code> and row <code>itemRow</code>, the player is considered to not be in its map area ''if and only if'':
* itemCol < playerCol1
* or itemCol > playerCol2
* or itemRow < playerRow1
* or itemRow > playerRow2
 h Chinese (zh)假設一件商品(或一個隨機重生的物件)位在第 <code>itemCol</code> 個 column 跟第  <code>itemRow</code> 個 row 裡,那麼玩家「不在指定區域內」的意思是
* itemCol < playerCol1
* 或 itemCol > playerCol2
* 或 itemRow < playerRow1
* 或 itemRow > playerRow2