Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
I was wondering does anybody know how to make a "Custom Move" like the one in Insurgence and ZetaOmicron, where i can change the name and type in game at anytime. Is it a script specific thing or can i do it in eventing?
For the type I guess they set a variable, and use that variable in PokeBattle_Move#pbType (or pbModifyType), or modify PBMoveData directly. Modifying PBMoveData seems like a way to set the name too; that, or in PokeBattle_Move#initialize you could check if this is the custom move, and take the name from a variable.