Hey guys, I'm back.. again... How come in things like tutorials there'll be something like "self.Loading" and when I try to find it for my game it doesn't exist
that means the person made it themselves for the project. Self means its a self attribute inside the actual actor your working in. If it says game in front of it its a game attributge
patrick.weimer said: yeah but when I make one it goes to self.Power not game.Power
so you make it as a game attribute not a self attribute. we explained the differences above. Instead of creating the attribute inside the actor you go to your scene click the attributes tab on the top left and make it there.
Comments