เสริมของเจ้ลูครัฟ
ยัดสคริปต์ไว้เหนือ Main ใต้ Scene_Debug ปกติ
Quote:#Description:
#This system allows events that are named something including "ENEMY" then
#that event will be told to approach Game_Player, until Game_Player has gotten
#a specified distance away. At that time event will return to its original
#position if desired. If you happen to get close enough to the returning event
#it will begin to follow you again.
ตั้งชื่อตัวอีเว้นให้มีคำว่า enemy อยู่ในชื่ออีเว้นด้วย อย่าลืมปรับความถี่ ให้เป็น 5 หรือ 6
ถ้าอยากได้คำที่สั้นกว่าก็ไปแก้ได้ในสคริปต์บรรทัดที่ 74
Quote: if !event.name.include?("enemy")
ตั้งระยะมองเห็น บรรทัดที่ 48
Quote:VIEW_RANGE = 5
ตั้งระยะที่หนี บรรทัดที่ 55
Quote:ESCAPE_RANGE = 7
ถ้าอยากปรับความเร็วขณะวิ่งไล่ บรรทัดที่ 39
Quote:CHASE_SPEED = 4
ENABLE_SPEED_CHANGE = true
แก้ไขว่าเมื่อเราหนีได้แล้วให้อีเว้นกลับไปที่เดิมหรือไม่ บรรทัดที่ 31
ใช่ = true ไม่ใช่ = false
Quote:RETURN_TO_POSITION = false
ปล. ผมทำแก้ระยะมองเป็นรายตัวไม่เป็นแฮะ