User:WalterTheRalts

From PMDOWiki

A music-making Ralts that edits wikis for the games he mods.

Currently creating a whole game in this system, using many COMMON functions along the way. There are a lot of things for me to share on this wiki, because many things aren't explained anywhere. Some of which include:

  • Markers and called with MRKR("Marker Name")
  • To remove the default personality, as far as I'm aware, you need to remove the check for it in event_battle, then you can make one up in Battle Events underneath everything.
  • Any functions called within services need to be branch coroutines. This can be done with: TASK:BranchCoroutine(function() "list of functions" end)

This list will be updated as I find more things and others are publicly explained.