Local property?

Hello out there!

I was wondering how to make a local property, i know how to make a property, but not how to make it local…

Thanks anyway:RocknRoll:

What you mean with local?
A property belongs to a game object. So it is local to the object.

With local property i mean a property. like online, so people dont got the same questes and the same men, the same sword, and the same money… so its only that player that gets it

Yes, use a property in the logic panel for a local attribute. Use a globalDict property (GameLogic.globalDict[“prop”], or (bge.logic.globalDict[“prop”]) for using across network