Basically the system will use a text screen and will log when a player walks through a trigger volume, it will display there name and where they are at, i also am trying to make it log when they exit as well. For example a player walks into an armoury the screen will display "[Player] Entered the Armoury" and for exit "[Player] Exited the Armoury" there will also be multiple triggers across the map
#A log system that shows on a screen when someone walks through a trigger volume (multiple volumes)
1 messages · Page 1 of 1 (latest)
You’re gonna need a Log String, Get Position, a couple To String and String Format
If you care about the message being diff for entering and exiting copy the format and the log string plug all the same values into the input and change the msg
When you type {0} in the format it will be the Player Name and {1} will be the position
Quickly going to try that now thanks for the help.