[DiscordArchive] I'm trying to implement what's available in smartAI in C++: me->SetActive(true);
[DiscordArchive] I'm trying to implement what's available in smartAI in C++: me->SetActive(true);
Archived author: Crane • Posted: 2025-06-20T14:03:27.812000+00:00
Original source
I'm trying to implement what's available in smartAI in C++: me->SetActive(true);
But when I compile the code with it, I just get the error fatal error: no member named 'SetActive' in 'Creature'
Or did I spell that wrong?