Blockland Forums > Modification Help
Item Transparency
Mr.Noßody:
I really hope it's not a problem with the game's engine.
mazeribot:
--- Quote from: Mr.Noßody on July 07, 2011, 03:16:04 PM ---I really hope it's not a problem with the game's engine.
--- End quote ---
May i ask, did you copy paste the code i gave into the script or did you find the lines in the script yourself?
Mr.Noßody:
--- Quote from: mazeribot on July 07, 2011, 03:47:30 PM ---May i ask, did you copy paste the code i gave into the script or did you find the lines in the script yourself?
--- End quote ---
I replaced the "true" in "doColorShift = true;" with (False/True);, then added "colorShiftColor = "0 0 0";" below it. The colorshiftcolor was not in my original code.
Mr.Noßody:
There was initially a doColorShift = false; in my code.
mazeribot:
--- Quote from: Mr.Noßody on July 08, 2011, 01:30:33 PM ---There was initially a doColorShift = false; in my code.
--- End quote ---
Okay, good.
Change that fasle to true. That should fix it.