View previous topic :: View next topic |
Author |
Message |
*Worthy* Critical Thinker

Joined: 11 Aug 2003 Posts: 186
|
Posted: Sat Sep 06, 2003 4:34 am Post subject: Moving Multiple NPCs |
|
|
I want to make it so I can make two NPCs that go together to make one big object (enemy, hero, etc...). I want these NPCs to be able to move together and I don't want the object to appear that it is made out of two NPCs (i.e. with the top one not staying alligned with the bottom).
I want these NPCs to be able to "jump" together (similiar to the mini-boss in trailblazers) and be completely mobile.
Is there a way I can do this? I fear that simply putting "walk NPC" will cause the NPCs to become mis-alligned.
Thanks,
~Worthy |
|
Back to top |
|
 |
Dark SKell Angel über beer drinker

Joined: 11 Jun 2003 Posts: 45 Location: 9th circle of hell : COM
|
Posted: Sat Sep 06, 2003 6:43 am Post subject: |
|
|
Just use the walk npc command, but dont put in the wait for npc command, and everyone will move at the same time OR your computer will catch fire.
:flamedevil: _________________ Yeah, I thought I was dead too.
Old skool RPGexcel member |
|
Back to top |
|
 |
Flamer The last guy on earth...

Joined: 04 Feb 2003 Posts: 725 Location: New Zealand (newly discovered)
|
Posted: Sun Sep 07, 2003 1:18 pm Post subject: |
|
|
if you check out the "help me" message board, i posted a script that is exactly what you're looking for. _________________ If we were a pack of dogs, IM would be a grand Hound, CN would be a very ficious little pitball, and Giz...well, it doesn't matter breed he is, he'd still be a bitch
(no offense to anyone that was mentioned) |
|
Back to top |
|
 |
sephy99
Joined: 06 Aug 2003 Posts: 43
|
Posted: Sun Sep 07, 2003 8:59 pm Post subject: |
|
|
Actually, if you use the walk NPC command then you do need the wait for NPC but you have to put it after both walk NPC commands are done.
Example:
walk NPC (3,right,4)
walk NPC (4,right,4)
wait for NPC (3)
wait for NPC (4)
this will make both 3 and 4 walk right for without being mis-aligned while still waiting for both to finish before continuing on with the script. |
|
Back to top |
|
 |
*Worthy* Critical Thinker

Joined: 11 Aug 2003 Posts: 186
|
Posted: Mon Sep 08, 2003 4:09 am Post subject: |
|
|
Thank you all for your help!
~Worthy |
|
Back to top |
|
 |
|