User:WalterTheRalts: Difference between revisions

From PMDOWiki
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A music-making Ralts that edits wikis for the games he mods.
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:
Currently creating a whole game in this system, using many COMMON functions along the way. The first "release" of the game can be found here: https://github.com/WalterRalts/Explorers_of_Friending
* 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.
There are a lot of things for me to share on this wiki, and I hope that I can help out.

Latest revision as of 18:48, 12 August 2025

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. The first "release" of the game can be found here: https://github.com/WalterRalts/Explorers_of_Friending

There are a lot of things for me to share on this wiki, and I hope that I can help out.