Add player enter and exit area triggers #6

Merged
vlw merged 1 commit from feat/area-triggers into master 2026-08-08 08:20:39 +02:00
Owner

This PR adds area triggers which can run a function when a player enter and/or exists a defined area. Areas are defined as a center point at a particular location, with an optional r argument which defines the radius of a sphere. A function will be run for each player entering or existing the confines of the sphere. The functions are run as the target player (@s)

This PR adds area triggers which can run a function when a player enter and/or exists a defined area. Areas are defined as a center point at a particular location, with an optional `r` argument which defines the radius of a sphere. A function will be run for each player entering or existing the confines of the sphere. The functions are run as the target player (`@s`)
vlw merged commit 3b3bbd5b95 into master 2026-08-08 08:20:39 +02:00
vlw deleted branch feat/area-triggers 2026-08-08 08:20:39 +02:00
Sign in to join this conversation.
No description provided.