Hey everybody! At the start of a match I need to make a block move up after 30 seconds. Needs to stay up for 5 seconds then come back down. I would like this process to repeat through my whole custom. Can any one figure the script out for this? Thought I had it but after a little play time it messes up. Thanks
Whats the scripting system like? I could help if I knew what script system it used for it’s events.
However, to nip this in the bud, you could have the script do a repeat until a time over/ end of game/round kind of thing. This means it could keep on repeating until the round or game is ended, and starts again at the next round/game
Two things you can do. Using two scripts: set one movement script to lower the object and another to return it to it’s original height. Or use a movement script and then a return to original position script. Both will work the same. The timing all comes down to properly spacing out the timing values. I’m away from my xbox otherwise I’d give an example.
go to the script and add a new one
set it to timer
leave the initial time alone for this one
set timer repeat to 10.00 seconds
set it to the move action
set the z to whatever positive number here.
set the time thats below the z to 3 seconds
Make another new script
set it to timer
set the initial timer to 5 seconds
set time repeat every 10 seconds
set it to the move action
set the z to the same number as before but negative
set the time below the z to 3 seconds again
(This is literally the one thing I’ve come up with today XP)
There you go, it should go up and down at the start of the match continously with a 2 second window to get on or off it.
Thanks guys. Great responses. Worked wonders. Turns out I wasn’t doing the initial time right.
I have no Idea on how to use script on Halo 5. For Example One of my friends changed the apperance of the Scout Worthog and made it look like a Police Car with Flashing lights on it and made a Scorpion look like a real life Tank. Can Somebody teach me how he did that.