Enemy Levels – Pearl ABS patch

I’ve added a patch for my Enemy Levels script specifically for Falcao’s Pearl ABS. This patch allows you to manage the levels of existing enemies on the map using script calls.

PearlABS_EnemyLevels1

The following script calls are provided

set_level(index, level)

Will set the specified enemy to that level. The index, in this case, is the event ID of the enemy.

You can also change the level relative to the current level using

change_level(index, level)

So 1 would increase level by 1, and -2 would decrease level by 2.

Download

Find it in the download section at Enemy Levels

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax