Posted by Elanthil on February 22, 1998 at 17:01:09:
Hi. check it out..I got a working version of my multifloor elevator script going.
I took the base script for carpet.cog from Cardia2.gob and changed the messages and section header from ENTERED to STARTUP. this makes the 'elevator' begins its frame cycle immediately, rather than waiting to be entered.
Interestingly enough, I cant find where or how it does it, but the carpet.cog automatically moves backwards through its frames after it reaches the end frame.
NOW..to complete my itempatrol.cog, ALL I need to know is how to cause the cog to repeat itself in an infinite loop?
Can you PLEASE PLEASE tell me what else I need to put in to make the ENTIRE moveframe series repeat forever? (infinite looping)
Ive tried working with PULSE by setting it at startup and incrementing/decrementing it before each -frame movement..it doesnt work.