View Single Post
LeAlex14
Member
Join Date: Jun 2020
Location: La France
Old 02-03-2021 , 12:00   Re: [Subplugin] Summon a boss
Reply With Quote #6

Quote:
Originally Posted by Batfoxkid View Post
There's no need to edit Menu Abilities to add compatibility as it already offers natives to use

Code:
/**
 * Sets up boss casting (make sure the boss has the menu manager ability)
 *
 * @param boss		Boss index
 * @param call		Call the MA_OnMakeBoss forwards
 *
 * @noreturn
 */
native void MA_MakeBoss(int boss, bool call=true);
Oh thanks, i didn't see that ! Go to remove and sorry.

Last edited by LeAlex14; 02-03-2021 at 12:09.
LeAlex14 is offline