Posted by Anubis on July 11, 1998 at 23:14:53:
In Reply to: MOTS cutscene posted by Fourwood on July 10, 1998 at 16:35:29:
: I was reading the new tut on making MOTS cutscenes and I'm trying to make a test one to get the hang of it. It doesn't work tho. Here's my cog:
Snip
: If anyone can help, please do.
I'm no expert but here goes....
In the line kyleactor = CreateThing(gunless, player);
Where are the variables gunless and player defined?
Template Kyleactor=kylebryaractor
Needs to be changed because the definition is used twice.... Lets say
Template Kyleactortemp=kylebryaractor
and then
kyleactor = CreateThing(kyleactortemp, spawnpoint);
Where "spawnpoint" is a ghost in the location you want your actor to appear.