View Single Post
Old September 28th, 2006, 06:09 PM   #11
raynes
 
Join Date: Sep 2004
Posts: 2,007
Re: Problem with Scenario running out of order?

I think I found the problem. It seems to be when you add a second action to an event.

So lets say I want npc a to appear when kitin dies and I want npc a to run.

I had the following
When Kitin dies
Npc A spawn
Npc A run

The result would be that npc a would spawn before the kitin dies. I changed it to:

When Kitin dies
Npc A spawns


When Kitin dies
Npc A run


and it worked.
raynes is offline   Reply With Quote