Personal goals made open source for transparency.
- 💪 Fitness
- 📈 Spend money wisely and save 💵
- ✒️ Create more (writing, coding, design)
- 🤖 Automate More, Do Less
/** | |
Arguments | |
1 - object to move (non player object etc) | |
2 - starting position (use an invisible helipad) | |
3 - ending position (use an invisible helipad) | |
4 - move distance (metres) | |
5 - timing, i.e. speed | |
example : null = [this,posA,posB,1,0.001] execVM "move_object.sqf"; |