Rinkafest.lua
Posted: Mon Mar 14, 2016 6:20 pm
Yay. This was the first thing I ever made that worked. It pretty much turns all of the coins and coin like items in a level to Rinkas. It executes three simple steps:
1. Find all spawned coin and coin-like NPCs.
2. Turn them into Rinkas.
3. Align them to the 32x32 grid.
It's structured as an API so you can put it in Lua Scripts Lib and load the API into whatever level you feel like messing around in.
Here's what it looks like:
https://www.dropbox.com/s/wyznge81lsymc ... t.lua?dl=0
1. Find all spawned coin and coin-like NPCs.
2. Turn them into Rinkas.
3. Align them to the 32x32 grid.
It's structured as an API so you can put it in Lua Scripts Lib and load the API into whatever level you feel like messing around in.
Here's what it looks like:
Spoiler: show