Trigger - pk-hack/CoilSnake GitHub Wiki

Triggers, aka Doors, are special 8x8 plates that kind of work like NPCs, but are more collision based and have multiple types.

  • Door

These are what warp the player to specific pixel-based coordinates.

  • Escalator

These work by having two escalator triggers somewhere on the map and assigning where their target positions should be (to each other.) Then assign the directions each one should have the player face.

  • Ladder

If your map has a ladder, stack these plates vertically on the left side of the ladder.

  • Object

If you want to have signs, use this and attach your desired text pointer.

  • Person

This is very situational, but if you have a person in your map's tileset data and want them to have dialogue, you attach one of these to it and give it a text pointer. It's functionality is making the text pointer call if you use "Talk to".

  • Rope

Works exactly like ladder, but for rope climbing animations.

  • Stairway

Works exactly like escalator.

  • Switch

Will set a flag when walked on and can have text pointers.

Pay attention to the collision data wherever you're placing a trigger!