Author Topic: Bot Jets always on  (Read 2258 times)

Whenever I spawn a AIPlayer, it always has Jets on. I don't know the command to turn it off, could someone help?

In TBM, firing the "weapon" on mountpoint 4 makes the jets turn on. Maybe it's similar here.

You could set the datablock to PlayerNoJet instead of PlayerStandardArmor.

No....the nojet completely turns off jets, which I want to use with it....

Use nojet player and if you need them to jet, impulse them. :D

And I still don't know how to make bots...badspot won't reply...

new Aiplayer(bot){datablock = playerstandardarmor;}
Then some Node functions. See the topics about the dis/reassemble teleport effects.

Meh, I already made the whole bot applybodyparts and applybodycolors scripts. I did *bot*.client = *bot*; and *bot*.player = *bot*; and did the GameConnection::applybodyparts(*bot*); and etc. and it didn't do anything so I made my own just for bots :D

He was talking to Oxcorp.

I know but the teleporter on the forums with disessemble and ressemble is mine. I've actually redone the scripts much better then my teleporter one.

The old teleporter effect you had which I mentioned has the names of most body parts and the functions to change them with, so that's why I recommended it.

My bot apperence setter is better