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 → need.....
need.....
2004-10-17, 9:56 AM #1
I need the cog command for: player enters sector x.

because I made my first cog ( a cutscene). Works, but I wanna that the cutscene starts after the player enters sector x.
SpriteMod (JO 2003) Roger Wilco Skin

Snail racing: (500 posts per line) ---@%
2004-10-17, 11:45 AM #2
Code:
symbols
sector x linkid=2

message entered
end

code

entered:
if(GetSenderID() != 2 || GetSourceRef() != player){
    return;
}else{
    call cutscene
}

end


That should be about the basics of it.
_ _ _____________ _ _
Wolf Moon
Cast Your Spell On Me
Beware
The Woods At Night
The Wolf Has Come
2004-10-18, 12:38 AM #3
You also need better thread titles.
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)
2004-10-18, 12:33 PM #4
Quote:
Originally posted by zagibu
You also need better thread titles.


I know:(


Btw: Thx LKOH.:)
SpriteMod (JO 2003) Roger Wilco Skin

Snail racing: (500 posts per line) ---@%

↑ Up to the top!