RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[VXA] Khas pathfinder: How to check if event finished moving?

0 Members and 1 Guest are viewing this topic.

**
Rep:
Level 56
Dragon agent
How can I check if event had got to end of the path using Khas' pathfinder? I'm using it along with proximity detection script to implement stealth mechanic in my game and after reaching end of path I want them to start battle using default battle system. However I don't know how to detect if event reached end of the path. Any help?
Rave Darkhog Darkhogini. PhD in scamwareology, learned at Stencil University LLC.

*
Rep:
Level 97
2014 Most Unsung Member2014 Best RPG Maker User - Engine2013 Best RPG Maker User (Scripting)2012 Most Mature Member2012 Favorite Staff Member2012 Best RPG Maker User (Scripting)2012 Best MemberSecret Santa 2012 ParticipantProject of the Month winner for July 20092011 Best Use of Avatar and Signature Space2011 Best RPG Maker User (Scripting)2011 Most Mature Member2011 Favourite Staff Member2011 Best Veteran2010 Most Mature Member2010 Favourite Staff Member
Could you link to Khas' pathfinding script?

**
Rep:
Level 56
Dragon agent
Rave Darkhog Darkhogini. PhD in scamwareology, learned at Stencil University LLC.

*
Rep: +0/-0Level 38
RMRK Junior
I think you can use two variable to check when event finished moving.


or you can use script:
Code: [Select]
$game_map.events[???].x == 5 and $game_map.events[???].y == 7