- Joined
- Sep 8, 2013
- Messages
- 6
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I’m trying to paste all the text from my model event here
Into a new event box but it’s not letting me. Apparently I hit a character limit and am not allowed to enter everything else paste a certain point.
Full text is:
can_escape = true
enemies = [[1,12, false], [2,12, false], [3,12, false]]
start_pos = [22,24]
end_pos = [20,22]
escape_pos = [14,22]
actors_pos = [[20,21],[18,23],[23,20],[24,21]]
can_lose = false
$scene.call_ct_battle(can_escape, enemies, start_pos, end_pos, escape_pos, actors_pos, can_lose)
I can't enter any more text than everything up to
$scene.call_ct_battle(can_escape, enemies, start_pos, end_pos, escape_p
and then it starts giving me error noises
The original author manged to get past the restricion, so how do I?
Into a new event box but it’s not letting me. Apparently I hit a character limit and am not allowed to enter everything else paste a certain point.
Full text is:
can_escape = true
enemies = [[1,12, false], [2,12, false], [3,12, false]]
start_pos = [22,24]
end_pos = [20,22]
escape_pos = [14,22]
actors_pos = [[20,21],[18,23],[23,20],[24,21]]
can_lose = false
$scene.call_ct_battle(can_escape, enemies, start_pos, end_pos, escape_pos, actors_pos, can_lose)
I can't enter any more text than everything up to
$scene.call_ct_battle(can_escape, enemies, start_pos, end_pos, escape_p
and then it starts giving me error noises
The original author manged to get past the restricion, so how do I?


