PaiN^ Posted May 21, 2013 Share Posted May 21, 2013 local theGate = createObject( 2669, 1554.3000488281, -1634, 13.800000190735, 0, 0, 0 ) setTimer( up, 1000, 1 ) function up ( ) moveObject( theGate, 5000, 1554.3000488281, -1634, 28.700000762939 ) _down = setTimer( down, 8000, 1 ) end function down ( ) moveObject( theGate, 5000, 1554.3000488281, -1634, 13.800000190735 ) _up = setTimer( up, 8000, 1 ) end Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now