public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

MVpagpatay.an: r.i.p. events

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: pagpatay.an: r.i.p. events
  • Original author: p0_boy
  • Original date: May 29, 2019
  • Source thread: https://forums.rpgmakerweb.com/threads/pagpatay-an-r-i-p-events.109523/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)

Summary

about the plug-in "patay" means dead in the tagalog language. pagpatay.an does just that- it 'kills' events dynamically and makes sure they stay dead. for use with methods that generate new events through code during gameplay, and other neat applications.

Archived First Post



about the plug-in


"patay" means dead in the tagalog language.

pagpatay.an does just that- it 'kills' events dynamically and makes sure they stay dead.

for use with methods that generate new events through code during gameplay, and other neat applications.

download

killEvents.js [Google Drive, 10 KB]​


usage
pagpatay.an.killEvent(event_id);

replace event_id with the id of the event you want to delete.

Code:
pagpatay.an.killEvent(1);

killed events remain dead and their murders are remembered in save files.

for multiple events, use:
pagpatay.an.massacreEvents(event_id1, event_id2, etc.);

Code:
pagpatay.an.massacreEvents(1,10,3,4); // kills events 1,10,3,4;
pagpatay.an.massacreEvents("1:5"); // kills events 1,2,3,4,5.
pagpatay.an.massacreEvents(2,"7:11",1,4); // kills events 2,7,8,9,10,11,1,4.


atbp.

pagpatay.an is written by dismal_science__.

pagpatay.an is free for use in both commercial and non-commercial projects, as long as the author is credited accordingly.
pagpatay.an by dismal_science__ (https://ameblo.jp/dismal-science/)

for updates please check out-
https://ameblo.jp/dismal-science/entry-12464602602.html

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

License / Terms Note

pagpatay.an is free for use in both commercial and non-commercial projects, as long as the author is credited accordingly. pagpatay.an by dismal_science__ (https://ameblo.jp/dismal-science/) Click to expand... for updates please check out-

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#rmmv#plugin-archive

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar