Home » Renegade Discussions » Mod Forum » Bot drop Tutorial
Re: Bot drop Tutorial [message #187521 is a reply to message #187519] |
Sat, 28 January 2006 17:31 |
bisen11
Messages: 797 Registered: December 2004
Karma:
|
Colonel |
|
|
Naamloos wrote on Sat, 28 January 2006 18:58 | Thank you for this. I will try it ASAP.
Edit: I'm guessing from the AI drop text that the last few lines are the actual bots that jump out of the transport helicopter? So can I add more then 3 bots at once or is it limited to 3?
Also, how can I make it a Nod transport helicopter instead of a GDI one?
|
-601 Create_Real_Object, 5, "GDI_Minigunner_Custom", 2, "SPAWNER"
-601 Attach_Script, 5, "M01_Hunt_The_Player_JDG"
-601 Attach_To_Bone, 5, 4, "TROOP_L"
-601 Play_Animation, 5, "h_a_troopdrop",0
-689 Attach_To_Bone, 5, -1, "TROOP_L"
Yes, that part with the GDI_Minigunner_Custom is the actual bot. You could add more but this particular one has a certain time when the heli comes and then goes. The -601 to the left is the time they come out. That's why the ones after the first have a latter number. Then you see the 5 in the middle of each one? That means all of those script things below are attached to that bot.
To make it a nod transport, just change this
-200 Create_Object, 2, "v_GDI_trnspt", 0, 0, 0, 0,
to this
-200 Create_Object, 2, "v_NOD_trnspt", 0, 0, 0, 0,
And leave the rest as the same.
|
|
|
Goto Forum:
Current Time: Sat Jan 25 05:03:28 MST 2025
Total time taken to generate the page: 0.00984 seconds
|