[Vanilla XML Bug] Encounter behavior classes

Post ideas & suggestions you have pertaining to the game here.
Post Reply
Jeoshua
Militia Lieutenant
Militia Lieutenant
Posts: 163
Joined: Sat Sep 06, 2008 3:48 pm

I don't know how to use the bug tracker so I'll post it here.

In all the encounter behavior classes (&ev*), there is a line:

Code: Select all

(setq aTargeObj gPlayerShip)
This should probably be:

Code: Select all

(setq aTargetObj gPlayerShip)
That way the playership will be properly targeted and ships will once again fly towards the player. I noticed some comment code near these lines that seemed as if you were mystified that you were getting weird results from your code. This is why.
Post Reply