Re: Problem with Scenario running out of order?
Posted: Thu Sep 28, 2006 4:09 pm
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.
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.