Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

My only concern is the check for when the actor is ontop of the event itself -how can it automatically trigger upon the actor walking on it?

(also curious what the rest of your script line is)

There is no automatically triggering.  It is like I said before: The plugin only assign new buttons to activate specific sections of an event page. As it shows on the screenshot.

If you want to trigger an event automatically when the player walks on top of the event(without the need of my plugin) you can:

  • Set the event to trigger on player touch
  • Check the if the player is above an event, and if it is, activate that event(using a switch for example).

The script line was to check if the player is on the same position of the event:

$gamePlayer.pos($gameMap.event(this._eventId).x, $gameMap.event(this._eventId).y)

Sorry been extremely busy with rl but also trying to configure the events in question. So far I can't seem to get the desired results despite all the efforts. That script line is very handy though!

Sorry for taking up your time.

Hi there!

It's fine man, if you need any help regarding my plugins let me know.