Magnusen2 Posted June 20, 2021 Share Posted June 20, 2021 (edited) I can't compile this script: FormList Property xxxEndlessWarfareMCM_CorpseList Auto Const Event OnDeath(Actor akKiller) xxxEndlessWarfareMCM_CorpseList.AddForm(Self) endEventi get "AddForm is not a function or does not exist". Edited June 20, 2021 by Magnusen2 Link to comment Share on other sites More sharing options...
Magnusen2 Posted June 21, 2021 Author Share Posted June 21, 2021 (edited) Nevermind. This seems to be working: FormList Property xxxEndlessWarfareMCM_CorpseList Auto Const Actor rSelf Event OnLoad() rSelf = Self As Actor EndEvent Event OnDeath(Actor akKiller) xxxEndlessWarfareMCM_CorpseList.AddForm(rSelf) endEvent Edited June 21, 2021 by Magnusen2 Link to comment Share on other sites More sharing options...
Recommended Posts