Am following the Fortune Cookie Demo, but when I go to add script to the actor
FortuneCookieBackground
Create Actor
Script Actor
init_NR_RAND();
shuffle_NR_RAND();
I get a compilation error: undeclared identifier for both of them
is that because they're functions I have to declare? Is it because it's an older demo?
If I have to declare these functions or somehow add them to the game, how do I do it?
I see a comment in one of the scripts:
The init_NR_RAND,shuffle_NR_RAND, and get_NR_RAND are located in the "Global code"
//These routines were generously contributed to the GE community by GE Forum Member: Jazz-e-Bob.
But I don't see them built into the game now in any way.