Khalil
|
I have a bit of a movement code, The problem is, when I find the best path to follow, well, I have to use partymove; Is there anyway to avoid this;
The reason is; zones don't work with party move! And I want zones!
If you acctually read this thanks for reading.
Posted on 2001-03-11 22:11:12
|
Ear
|
Uh. This question really should have been asked on the help board.
Anyway, the zone isn't called if the player is manually moved over the zone. This is so the same event doesn't activate 5 billion times. Anyway, if you are manually moving the player, than that means you have to manually call the zone the player is over. It's really not that bad. So, if you need to pass over a zone that exits the map, you need to use the map() command manually, or callevent() the corresponding event. It's not that big a deal.
- Ear "It's time for the human race to enter the solar system."
Posted on 2001-03-11 23:00:15
|