Offscreen Enemy Indicators

2
  • 30 favourites

Index

Stats

6,035 visits, 12,201 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Positioning the indicators

Right, now we have to position them. Let's create a group to keep it organised. Right-click the event sheet and 'Add Group'.

We'll loop through the monsters and pick the indicator with matching IID:

Add a sub-event to the group and create a System condition:

Then we'll check that the monster is not on the screen and set the indicator to its position.

Create a sub-event and add the condition:

And invert it to check if monster is NOT on-screen:

And the action:

Otherwise we'll put the indicator offscreen somewhere.

Right-click the 'Monster not on screen' event and select 'Add' -> 'Add Else' or select the event and press 'X' to add an 'Else' condition.

Then add the action:

  • 1 Comments

  • Order by
Want to leave a comment? Login or Register an account!