Hi Everyone
Thanks for getting back to me with all the great suggestions.
I am currently trying the now but keep receiving an error
Error
Script 'Symphony' line 1801: NoMethodError occured
undefined method '[]' for nil:NilClass
Here are line 1800-1802
return if @origin_x && @origin_y
@origin_x = @screen_x = SYMPHONY::View::ACTORS_POSITION[index][0]
@origin_y = @screen_y = SYMPHONY::View::ACTORS_POSITION[index][1]
its connected to this
ACTORS_POSITION = { # Begin.
0 => [480, 224],
1 => [428, 244],
2 => [472, 264],
3 => [422, 284],
5 => [445, 284],
6 => [445, 284],
} # End.
end # View
module Visua
I have tried different positions for all the characters, does anyone know whats going on.
Edit
never-mind just realized that i missed the number 4.