A small plugin that lets you retrieve the map distance between events/player/followers, or check whether they are within a given range of each other. (This functionality may already be provided by some other plugin, I'm not sure.)
DESCRIPTION
Provides two JavaScript functions:
JavaScript:
this.eventDistance(EVENT1, EVENT2)
复制代码
Returns the distance in map squares between EVENT1 and EVENT2.
Use in the script box to set a variable, for example.
JavaScript:
this.eventInRange(EVENT1, EVENT2, RANGE)
复制代码
Returns true if EVENT1 is within RANGE of EVENT2.
Use as a test in the script box of an event's conditional branch
condition.
Example:
Event IDs can be -1 for player, -2, -3, ... for followers,
or regular event IDs.
TERMS OF USE
Do whatever you like with it.
COMPATIBILITY
Doesn't override anything so should be compatible with everything.
No dependencies.