03-23-2024, 03:37 PM
(This post was last modified: 03-23-2024, 03:39 PM by DerVVulfman.)
BUMP
to version 1.1
The issue with the inability to display the events as reported had nothing to do with the Map ID exceeding any numeric value. It was Event_ID based alone, and an issue that I had just solved as shown below.
Here, I had created Map #295 and map 286, with over 50 events to choose from within map 286.
As to line #81, there is no syntax error. That line's function is to position the newly acquired event on the map where you wish it to exist. And without that line, the event would not be visible.
I will have to assume that something is preventing the creation of the event in the map where you wish it to exist, and thus this line that moves the event would fall upon as an error which I expect to read as:
undefined method 'moveto' for nil::NilClass.