Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → My cutscene COG....
My cutscene COG....
2000-12-18, 4:34 PM #1
I can't get my cutscene COG to activate. I want it to activate when the player enters the sector.

symbols

thing camera1
thing camera2
thing camera3
thing camera4
thing camera5
thing location
thing actor
thing newpos
thing newpos2
thing player
sector sec
template keything=

flex delay
flex delay2

message startup

end

code

// freeze Kyle
SetActorFlags(Player, 0xa00000);
StopThing(Player);


SetCameraFocus(0, camera1);
Sleep(delay2);
Print("Rakkash, I want him dead.");
Sleep(delay);
SetCameraFocus(0, camera2);
Print("As you order, Juztyn. What is my bounty for this act?");
Sleep(delay);
SetCameraFocus(0, camera1);
Print("Ten thousand credits, Rakkash. Kill him, and they're all yours.");
Sleep(delay);
Print("Mm. Heh-heh. Fear not.");
Sleep(delay);
SetCameraFocus(0, camera3);
Destroything(keything, location);
AiSetMovePos(actor, getthingpos(newpos));
SetCameraFocus(0, camera4);
AiSetMovePos(player, getthingpos(newpos2));
SetCameraFocus(0, camera3);
Print("I've been waiting for you.");
Sleep(delay);
SetCameraFocus(0, camera5);
Print("Well, I don't intend to disappoint");

// unfreeze's Kyle
ClearActorFlags(Player, 0xa00000);

Return;

end

------------------
Elyas's Domain - Home to a Wolfbrother
Home to AlieNations - story and mod
What is Victoria's secret?
Diesels are eeeeevil
A miracle is a deaf man listening to a blind musician play sheet music
the idiot is the person who follows the idiot and your not following me your insulting me your following the path of a idiot so that makes you the idiot - LC Tusken
2000-12-18, 11:44 PM #2
After "code"
place:

startup:

hopefully that would work [http://forums.massassi.net/html/smile.gif]

------------------
There is no emotion; there is peace. There is no ignorance; there is knowledge. There is no passion; there is serenity. There is no death; there is the Force

-The Jedi Code
There is no emotion; there is peace. There is no ignorance; there is knowledge. There is no passion; there is serenity. There is no death; there is the Force

-The Jedi Code
2000-12-19, 2:16 AM #3
Blah, Wolfy, you are a goon! Couldn't wait for me to get off [Shower] on mIRC, huh? Does the version I sent you work? [http://forums.massassi.net/html/smile.gif]

-Jipe
2001-01-20, 8:43 AM #4
How do you make it so that cog works at startup?

------------------
"The Answer to everything...Life, the Universe, and Everything, is...42!"
--Deep Thought
Hitchhiker's Guide to the Galaxy

Project Leader of RemRan Productions
"The Answer to everything...Life, the Universe, and Everything, is...42!"
--Deep Thought
Hitchhiker's Guide to the Galaxy

Project Leader of RemRan Productions

↑ Up to the top!