Moving object, Loop, Trigger
Game Modding | Call of Duty: Black Ops 3 | Scripting
ModmeBot:
Thread By: Another
Hi,
I want to create a system that works like this :
1. Player hit trigger > object move "A" To "B"
2. Player hit trigger > object move "B" To "C"
3. Player hit trigger > object move "C" To "A"
The player can activate it as much as he wishes, i tried to make the script but I'm confused and I don't know how to do it.
Here's the script I wrote, it's a good start or I totally failed ? I'm trying to learn so excuse me for the mistakes I probably made
ModmeBot:
Reply By: hahaDuNOOB
if i will do this i do this like this
ModmeBot:
Reply By: DTZxPorter
So to clarify for other users, you're basically creating like in-game arrow keys for an object, press (trigger) move left, press (trigger) move right?
ModmeBot:
Reply By: Another
DTZxPorterSo to clarify for other users, you're basically creating like in-game arrow keys for an object, press (trigger) move left, press (trigger) move right?
Yes, that's it
EDIT: It's good, I finally succeeded. I used a different method but it suits me
Thanks for your help.
Here is the script I use :