- Joined
- Jul 11, 2018
- Messages
- 11
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hello!
I am currently creating a game using the Alpha ABS plugin. It is an awesome plugin. Enemies are created by giving an event a notetag. The number on the note tag responds to the enemy database and determines which kind of enemy it will be.
I am looking to find a way to change the note tag during the game. I know this is a bad idea in many cases, but I have reason to believe that it will work in my game without too many issues.
I am new to JavaScript, and what I have been trying to use is this:
$dataMap.events[n].note=<ABS:5>
However, it gives me an error message. Can someone please let me know the proper way to write this JS code?
Thank you in advance.
I am currently creating a game using the Alpha ABS plugin. It is an awesome plugin. Enemies are created by giving an event a notetag. The number on the note tag responds to the enemy database and determines which kind of enemy it will be.
I am looking to find a way to change the note tag during the game. I know this is a bad idea in many cases, but I have reason to believe that it will work in my game without too many issues.
I am new to JavaScript, and what I have been trying to use is this:
$dataMap.events[n].note=<ABS:5>
However, it gives me an error message. Can someone please let me know the proper way to write this JS code?
Thank you in advance.

