Change Projectiles?
Posted: 25 Jul 2016, 20:14
I am trying to change Birdo eggs into Rinkas, but I can't get the right code. Is this correct?

Code: Select all
function onTick()
for _, n in pairs(NPC.get(40, -1)) do --for all Birdo Eggs in all sections
n.id = 210 --turn Birdo Eggs into Rinkas
end
end


