public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Console error brings up "undefined is not a function"

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Console error brings up "undefined is not a function"
  • Original author: Junane
  • Original date: May 27, 2018
  • Source thread: https://forums.rpgmakerweb.com/threads/console-error-brings-up-undefined-is-not-a-function.95785/
  • Source forum path: Game Development Engines > Legacy Engine Support > RPG Maker MV Support

Summary

The following notetag code I'm using to ATTEMPT at counting my Emergency Tactics state is throwing an error to the console saying "undefined is not a function". Notetag: if (a.isStateAfffected(25)){ value = this.isHpEffect();

Archived First Post

The following notetag code I'm using to ATTEMPT at counting my Emergency Tactics state is throwing an error to the console saying "undefined is not a function".

Notetag:
<Post-Damage Eval>
if (a.isStateAfffected(25)){
value = this.isHpEffect();
if (value < 0){
b.gainHp(value * 2);
}
}
</Post-Damage Eval>

Console:
Protected download

Plugins:
Protected download
Protected download
Protected download
Any ideas on this?

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

Untitled.png
Untitled.png
Plugins 1.png
Plugins 1.png
Plugins 2.png
Plugins 2.png
Plugins 3.png
Plugins 3.png
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#039#rpg-maker-archive#mv-support

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar