Magnusen2 Posted June 19, 2021 Share Posted June 19, 2021 i'm trying to make a function use a LeveledActor list but all i get is "mismatched input 'property' expecting FUNCTION" when trying to compile in the CK Group LvlListsGlobals LeveledActor property LCharWorkshopNPC LeveledActor property LCharWorkshopNPCMale LeveledActor property LCharWorkshopNPCFemale LeveledActor property LCharWorkshopGuard LeveledActor property LCharWorkshopGuardMale LeveledActor property LCharWorkshopGuardFemale EndGroup how do i set this up? Link to comment Share on other sites More sharing options...
EgoBallistic Posted June 19, 2021 Share Posted June 19, 2021 Put Auto after each property name. If you don't put Auto, the compiler expects you to define the Set or Get function for that property, thus the "expecting FUNCTION" error. LeveledActor property LCharWorkshopNPC Auto Link to comment Share on other sites More sharing options...
Magnusen2 Posted June 20, 2021 Author Share Posted June 20, 2021 Put Auto after each property name. If you don't put Auto, the compiler expects you to define the Set or Get function for that property, thus the "expecting FUNCTION" error. LeveledActor property LCharWorkshopNPC AutoThat worked. Can't believe i missed that. Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts