How would I make an actor a brain?
I am trying to make a Ronin Soldier brain but I can't fing out how, so as usual when in doubt... Go to the almighty forums.
Code:
AddActor = AHuman
PresetName = ***
AddToGroup = Actors
Description = ***
Buyable = 1
Mass = 50
Buyable = 1
GoldValue = 0
Sharpness = 1
HitsMOs = 0
GetsHitByMOs = 0
Then I changed:
Code:
AddToGroup = Actors
To:
Code:
AddToGroup = Brains
And got an error.
So how would I make him a brain, so that when he dies I lose?
Yeah I know this is a ****ing stupid question and I am just taking up space, but anyway.