After looking through a bit of searching, I could not find this posted anywhere. I am pretty advanced in RGSS, though I recently tried to make some different systems where I could collect proper data from map events. I wanted to be able to collect comments in order (from the first to the last) inside each of the event on a map, but I did not find any way to do this. Does anyone know how?
EDIT: To explain it a bit better, I would for instance have a comment inside an event saying: Boss
If so, in the script, it would be something like:
I know this is wrong, but just to show off what I mean.
Thanks in advance.
EDIT: To explain it a bit better, I would for instance have a comment inside an event saying: Boss
If so, in the script, it would be something like:
Code:
if event.comment == "Boss"
Thanks in advance.