HungryCoyote Posted November 4, 2022 Posted November 4, 2022 Hello. I know how to display messages on server using a trigger. Is there any way to have a message displayed whenever a new person joins and only that person sees it?
PravusJSB Posted November 4, 2022 Posted November 4, 2022 Yes of course, just display a message based on the entering of an aircraft and do not if you've already done so for that pilot in the session, but either adding them to a flag/data structure so you know whos had it. Creator & Developer of XSAF ::An AI model that wants to kill you, and needs no help from humans. Discord: PravusJSB#9484 twitch.tv/pravusjsb https://www.patreon.com/XSAF https://discord.gg/pC9EBe8vWU https://bmc.link/johnsbeaslu Work with me on Fiverr: https://www.fiverr.com/pravusjsb
HungryCoyote Posted November 4, 2022 Author Posted November 4, 2022 That's over my head. I understand what you are saying but know idea how to do it.
PravusJSB Posted November 5, 2022 Posted November 5, 2022 Are you using or can use Lua or are you just using Mission Editor? Creator & Developer of XSAF ::An AI model that wants to kill you, and needs no help from humans. Discord: PravusJSB#9484 twitch.tv/pravusjsb https://www.patreon.com/XSAF https://discord.gg/pC9EBe8vWU https://bmc.link/johnsbeaslu Work with me on Fiverr: https://www.fiverr.com/pravusjsb
HungryCoyote Posted November 5, 2022 Author Posted November 5, 2022 I know how to use lua via triggers. I just don't know how to write them.
TEMPEST.114 Posted November 5, 2022 Posted November 5, 2022 On 11/4/2022 at 1:36 PM, HungryCoyote said: Hello. I know how to display messages on server using a trigger. Is there any way to have a message displayed whenever a new person joins and only that person sees it? In the M.E. Add a once only trigger for each unit you want this to happen, the condition is that unit is alive, the action is a message to unit, with a delay of say 5 seconds (to give them time to load in) and whatever text you want.
Recommended Posts