[SOLVED] Change block and npc forecolor?
Posted: 2 Aug 2021, 21:15
So i found that you can change the forecolor of NPCs and blokcs via scripts, and i typed this to make a red koopa have a shade of blue
But anything in the rgba just seems to make the NPC invisible, same with blocks. I am doing something wrong?
Code: Select all
With npc(sysval(Param1))
.forecolor = rgba(53, 53, 126, 1)
end with
But anything in the rgba just seems to make the NPC invisible, same with blocks. I am doing something wrong?
