- Joined
- Jan 22, 2017
- Messages
- 2
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Hi all,
New to javascript and RMMV, I've been trying to get the current image for the event to use for messageboxes, etc.
I think there's some kind of scoping issue where the script is run from the interpreter not events but I cannot for the life of me get this to work.
this.image was my first guess, but then hit the scoping issue, so tried using the event-id but I keep getting undefined functions and being unable to get properties so guessing I'm still going wrong somewhere.
Any help would be appreciated.
EDIT: Resolved, was using all pages rather than one from the array, fixed now.
New to javascript and RMMV, I've been trying to get the current image for the event to use for messageboxes, etc.
I think there's some kind of scoping issue where the script is run from the interpreter not events but I cannot for the life of me get this to work.
this.image was my first guess, but then hit the scoping issue, so tried using the event-id but I keep getting undefined functions and being unable to get properties so guessing I'm still going wrong somewhere.
Any help would be appreciated.
EDIT: Resolved, was using all pages rather than one from the array, fixed now.
Last edited by a moderator:

