Hi, so I was wondering if it was possible to add an overlay for the jutsu, sharingan. If anybody is unsure of what the sharingan is then what I'm basically trying to say is I would like to add an overlay to make the players eyes turn red once the jutsu/spell is executed, how would I code this?
Copyright © 2024 BYOND Software.
All rights reserved.
Its SwapColor(old_rgb,new_rgb)
Therefore you just need the exact RGB of the color your switching with the color replacing.
This is just an example
Should also take a look at http://www.byond.com/forum/?post=1613721
As far as the topic title saying overlay, you could do, as an example
(Should know not to copy paste)