How do you make space guys bots?

Author Topic: How do you make space guys bots?  (Read 2041 times)

How do you make space guys bots?
I used the wrench,nothing hapend!


how do you get the bot spawn?

Hmm, in the events, there's a onBotTouch thing, so i take it Badspot made the wrench events compatible with Space Guy's bots?

Hmm, in the events, there's a onBotTouch thing, so i take it Badspot made the wrench events compatible with Space Guy's bots?
Probably just the generic AIPlayer class.

Does any 1 know how you make the bot spawns?!?!?!?!?! :cookie:
« Last Edit: August 10, 2008, 07:08:03 AM by The big block »

This guy don't listen does he?

1. Place a vehical spawn brick
2. set it to "horse"
3. in events set it to "onbottouch" "bot" "change datablock" "standered player or somthing"

Yeah, its there so you can kill, heal, etc the horse. But you can do other things with it too, like make minifigs that walk forward for 20 paces and then explode.

how do i do that, exactly?

Create a vehicle spawn and set it to horse. Then set up the following sequence of events.

0    onBotTouch Bot ChangeDatablock NoJet
0    onBotTouch Bot SetVelocity 10 0 5
500  onBotTouch Bot SetVelocity 10 0 5
1000 onBotTouch Bot SetVelocity 10 0 5
1500 onBotTouch Bot SetVelocity 10 0 5
2000 onBotTouch Bot SetVelocity 10 0 5
2500 onBotTouch Bot Kill
2500 onBotTouch Bot SpawnExplosion Tank Shell 2

you dont need to have the kill command, the explosion will do it for you.

It depends on the size of the explosion, if you just want a tiny boom you'll need the kill.

BEWM!
Sht! Mah Horse died! D:

In my working version, my bots have a client and they seem to be triggering onPlayerTouch right now :cookieMonster: