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
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.
usage
pagpatay.an.killEvent(event_id);
replace event_id with the id of the event you want to delete.
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.);
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 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, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / 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.
Replies (0)
No replies yet.
Topic Summary
Loading summary...