I'm making a map of heroes. I had the idea that at every round start your character will tell you what powers he has. A good idea, I know, thank you.
When I realized that it is not possible to create a dialogue just for a player, the dialogues have always appeared for everyone.
Please create a way for a dialog to appear only for a given player. Thank you.
This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk
Forum rules
Forum rules
Choose whether the Dialogs are "Global" or "Individual"
Forum rules
By using the forum you agree to the following rules.
By using the forum you agree to the following rules.
Choose whether the Dialogs are "Global" or "Individual"
0 x
Believe me, this pain you're feeling will only get worse.
- Armolitskiy
- Fighter

- Posts: 16
- Joined: Sat Dec 08, 2018 12:46 pm
- SFD Account: Armolitskiy
- Location: Sunny City
- Gender:
what? there is dialogue's source
0 x
I HATE PRO PLAYERS
- RickAvory
- Superfighter

- Posts: 787
- Joined: Wed Oct 12, 2016 11:27 pm
- Title: Sunny City Nationalist
- SFD Account: Rick Avory
- SFD Alias: (EA) Rick Avory
- Started SFD: Sep 2016
- Location: United States
- Gender:
- Age: 25
- Contact:
There is a magical thing called "/w [playername]" or even "/t"
1 x
We must root out the impurities in our midst
- Ol1vver
- Superfighter

- Posts: 69
- Joined: Mon Nov 19, 2018 4:55 pm
- SFD Account: olv
- SFD Alias: olv
- Started SFD: PreAlpha 1.6.4
- Gender:
Game.ShowChatMessage("string", new Color(0,255,0), Player.GetUser().UserIdentifier);
gives a private message to the player you want with the color you specify (RGB)
gives a private message to the player you want with the color you specify (RGB)
0 x

