- 1
- Posts
- 6
- Years
- Seen Oct 17, 2018
I'm just now diving into the technical side of my fan game.. I'm very green when it comes to programming, but decided to give it a shot on my own, digging through function codes for several hours (with little success) before seeking help. 
I'm trying to make a move that functions similarly to Soak, but turns the opponent to the Normal type instead of the water type, and also deals damage before changing the type.
Getting it to change to the Normal type was easy enough, but while fiddling with the code I could only get the move to either deal damage or convert the opponent's type--never both. If someone would help explain to me how I could edit the code to make that happen (and maybe a quick explanation on how it works), I'd greatly appreciate it!
I'm trying to make a move that functions similarly to Soak, but turns the opponent to the Normal type instead of the water type, and also deals damage before changing the type.
Getting it to change to the Normal type was easy enough, but while fiddling with the code I could only get the move to either deal damage or convert the opponent's type--never both. If someone would help explain to me how I could edit the code to make that happen (and maybe a quick explanation on how it works), I'd greatly appreciate it!