กรอกจำนวนไทล์ที่เรียงถูก
(input-box: bind $arange, "X=", 1)
กรอก **3** ถ้าทรัพยากรคงเหลือมากกว่า หรือ เท่ากับ ที่ระบุไว้ในการ์ด Objective ที่จับได้
ถ้าไม่ใช่ ให้กรอก 0
(input-box: bind $Objective, "X=", 1)
กรอก **จำนวนการ์ด To Do** ที่ทำภารกิจได้ครบ
(input-box: bind $ToDo, "X=", 1)
กรอก จำนวนการ์ด To Do ที่ทำภารกิจ**ไม่ครบ**
(input-box: bind $minusToDo, "X=", 1)
กรอกจำนวนคณะทำงาน
(input-box: bind $man1, "X=", 1)
กรอกจำนวนคณะกรรมการ
(input-box: bind $man2, "X=", 1)
กรอกจำนวนสมาชิก
(input-box: bind $member, "X=", 1)
กรอกจำนวนเวลาที่ไม่ติดลบ
(input-box: bind $time, "X=", 1)
กรอกจำนวนเวลาที่**ติดลบ**
(input-box: bind $minustime, "X=", 1)
กรอกจำนวนพลังงานที่ไม่ติดลบ
(input-box: bind $energy, "X=", 1)
กรอกจำนวนพลังงานที่**ติดลบ**
(input-box: bind $minusenergy, "X=", 1)
กรอกจำนวน Money (เงิน) ที่ไม่ติดลบ
(input-box: bind $money, "X=", 1)
กรอกจำนวน Money (เงิน) ที่**ติดลบ**
(input-box: bind $minusmoney, "X=", 1)
กรอกจำนวน Management ที่ไม่ติดลบ
(input-box: bind $Management, "X=", 1)
กรอกจำนวน Management ที่**ติดลบ**
(input-box: bind $minusManagement, "X=", 1)
กรอกจำนวน Material ที่ไม่ติดลบ
(input-box: bind $Material, "X=", 1)
กรอกจำนวน Material ที่**ติดลบ**
(input-box: bind $minusMaterial, "X=", 1)
(link: "Submit")[
(goto: "result")
](set:$arange to (num:$arange))(set:$Objective to (num:$Objective))(set:$ToDo to (num:$ToDo))(set:$minusToDo to (num:$minusToDo))(set:$man1 to (num:$man1))(set:$man2 to (num:$man2))(set:$member to (num: $member))(set:$time to (num: $time))(set:$minustime to (num: $minustime))(set:$energy to (num: $energy))(set:$minusenergy to (num: $minusenergy))(set:$money to (num: $money))(set:$minusmoney to (num: $minusmoney))(set:$Management to (num: $Management))(set:$minusManagement to (num: $minusManagement))(set:$Material to (num: $Material))(set:$minusMaterial to (num: $minusMaterial))
(set: $result to $arange+$Objective+$ToDo+$man1+$man2+$member+$time+$energy+$money+$Management+$Material-$minusToDo-$minustime-$minusenergy-$minusmoney-$minusManagement-$minusMaterial)ผลรวมคะแนน = (round:$result)
[[คำนวณใหม่|Start]]
<script>
function EmbedTwineUpdateHeight(){
var passage = document.getElementsByTagName("tw-passage")[0];
if (passage === undefined){//SugarCube
passage = document.getElementById("passages");
}
var newHeight = passage.offsetHeight;
if(newHeight<500){newHeight=500;}
window.parent.postMessage(["setHeight", newHeight], "*");
console.log(newHeight);
}
setTimeout(EmbedTwineUpdateHeight, 50);
</script>