Am I using it right? I found out that I’d have to pass a NULL as a second parameter for it to work. What is this Outer param?
CharacterStats = DuplicateObject(BaseCharacterStats, NULL);
Am I using it right? I found out that I’d have to pass a NULL as a second parameter for it to work. What is this Outer param?
CharacterStats = DuplicateObject(BaseCharacterStats, NULL);