There was a topic before about planes flying by them selfs. I have done this with a natter, and was wondering if it was possible to make it go around it circles, server side. If it is possible, can i have some help of how to mod it.
Hey, has anyone got a copy of a topic in server side modding where it shows how to mod planes can fly. If not does anyone know the code on when it spawns it starts automaticly driving. I have done this before but i forgot code :S. Thanks for your help!
OK, I DID IT ! ! ! Here is how...... I got all the spawn points and added them to a goblin: ObjectTemplate.Active Goblin ObjectTemplate.addTemplate Axis_Village_1 ObjectTemplate.addTemplate Axis_Village_2 ObjectTemplate.addTemplate Axis_Village_3 ObjectTemplate.addTemplate Axis_Village_4 ObjectTempl...
Ok i found this: is this the right thing to do? ObjectTemplate.Active Goblin ObjectTemplate.addTemplate SpawnPoint Axis_Village_1 I found that here: ObjectTemplate.create SpawnPoint Axis_Village_1 ObjectTemplate.setSpawnId 40 ObjectTemplate.setGroup 7 Do i need to add somthing like this like you sai...
Hi, i am battlef13ledmad and changed my name to itsmei.... I AM SO GLAD THE WEBSITES BACK!! This code i have done to make you go fast when crawling: rem ** Fast Crawling ** AnimationStateMachine.setActiveState Lb_LieForward AnimationStateMachine.setSpeed 20 1.0 1.0 AnimationStateMachine.setActiveSta...