I have a new, more challenging-to-fix problem after getting used to HPL and scripting. In amnesia, when the "goo" is created, it fades in. Whenever i try to get the goo active by using the script "SetEntityActive("(name)", true);", it just appears, instead of fading in . I was wondering if there is a way to fix this. Your answer would be greatly appreciated.
Thanks
(This post was last modified: 01-05-2013, 11:29 PM by ryan1431.)
void SetPropActiveAndFade(string& asName, bool abActive,float afFadeTime);
Activates/deactivates a prop. asName - internal name abActive - nothing to add afFadeTime - time in seconds until prop fully fades