RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
DoubleX RMMV Death Records

0 Members and 1 Guest are viewing this topic.

***
Scripter
Rep:
Level 36
Changelog
Code: [Select]
*      v1.00a(GMT 1400 19-2-2016):                                           
 *      1. 1st version of this plugin finished                               

Authors
DoubleX

Credits
DoubleX(Optional)

Purpose
Lets users mark the actors/enemies' death times via their ids

Games using this script
None so far

Plugin Calls
Code: [Select]
*============================================================================
 *    ## Plugin Call Info                                                     
 *----------------------------------------------------------------------------
 *    # Party manipulations                                                   
 *      1. markActorDeathRecords[actorId] = boolean                           
 *         - Sets whether each death of actor with id actorId will be marked 
 *      2. markEnemyDeathRecords[enemyId] = boolean                           
 *         - Sets whether each death of enemy with id actorId will be marked 
 *      3. actorDeathRecords[actorId]                                         
 *         - Returns the marked number of deaths of actor with id actorId     
 *      4. enemyDeathRecords[enemyId]                                         
 *         - Returns the marked number of deaths of enemy with id actorId     
 *============================================================================

Prerequisites
Abilities:
1. Little Javascript coding proficiency to fully utilize this plugin

Terms Of Use
Code: [Select]
*      1. Commercial use's always allowed and crediting me's always optional.
 *      2. You shall keep this plugin's Plugin Info part's contents intact.   
 *      3. You shalln't claim that this plugin's written by anyone other than
 *         DoubleX or my aliases. I always reserve the right to deny you from
 *         using any of my plugins anymore if you've violated this.           
 *      4. CC BY 4.0, except those conflicting with any of the above, applies
 *         to this plugin, unless you've my permissions to not to follow so. 
 *      5. I always reserve the right to deny you from using this plugin     
 *         anymore if you've violated any of the above.