>>56843551>>56843620I think it's just flat out shitcoded. Unless I'm wrong about how the rand function works in RPGmaker's script language (inclusive) and the forest intended to be a 5x5 grid, Rand(25) could call 26 possible values including 0, meaning that sometimes the mimic just spawns out of bounds. If Room 0 is the upper left corner, then the rand function returning 25 puts it out of bounds. If Room 1 is the upper left corner, then the rand function returning 0 puts it out of bounds.
I'm inclined to believe Room 0 is the intended upper left corner given the rest of the code here.