How can I bring the "white hair" back?

Once a player takes a pill, I want It’s hair to become white, as seen in classic versions of the game. [White Hair Photo]

How can I do that?

I’m new to the Game Editor, so I’m not sure If this post should be on the Scripting category, sorry about that.

Hey there,

If you’re trying to figure out how to make a player’s hair turn white after taking a pill in-game, I have a few tips that might help. First, check the game’s settings to see if there’s an option to change hair color. If not, you may need to look for a mod or add-on that can help achieve the effect you want.

Another option is to try using cheats or console commands to adjust the player’s appearance. This can be a bit trickier, but there are plenty of online resources that can guide you through the process.

Whatever approach you take, just be sure to save your game before making any major changes to player’s appearance. That way, if something goes wrong, you can always reload your save and start again.

Hope this helps!

2 Likes

First you need a sprite for that unit.

This:

Human_Immune


Make sure the column count is 2.


Don’t forget to click Submit.


Now it would look like this:


Now you need to make a new state.


Don’t forget to click save.


Click immune state.


Don’t forget to click save again.


Now you have this unit now:


Now you need to make a script.

This:

image


And you’re done now. If you have any problems, just message me here.

2 Likes