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

Choose whether the Dialogs are "Global" or "Individual"

Share questions and tutorials related to the map editor. Share you maps in the Superfighters Deluxe Custom Maps section.
Forum rules
By using the forum you agree to the following rules.
Locked
Lone
Fighter
Fighter
Posts: 15
Joined: Thu Jan 10, 2019 1:00 pm
SFD Account: Lone

Choose whether the Dialogs are "Global" or "Individual"

Post by Lone » Sun Mar 24, 2019 11:58 pm

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.
0 x
Believe me, this pain you're feeling will only get worse.

User avatar
Armolitskiy
Fighter
Fighter
Posts: 16
Joined: Sat Dec 08, 2018 12:46 pm
SFD Account: Armolitskiy
Location: Sunny City
Gender:

Post by Armolitskiy » Mon Mar 25, 2019 8:13 am

what? there is dialogue's source
0 x
I HATE PRO PLAYERS

User avatar
KliPeH
Moderator
Moderator
Posts: 922
Joined: Sat Mar 19, 2016 3:03 pm
Title: [happy moth noises]
SFD Account: KliPeH
Started SFD: Pre-Alpha 1.4.2
Gender:
Contact:

Post by KliPeH » Mon Mar 25, 2019 8:20 am

Can you not have the game /whisper a player's powers to them through chat?
2 x
 
Image

User avatar
RickAvory
Superfighter
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:

Post by RickAvory » Mon Mar 25, 2019 10:26 pm

There is a magical thing called "/w [playername]" or even "/t"
1 x
We must root out the impurities in our midst

User avatar
Ol1vver
Superfighter
Superfighter
Posts: 69
Joined: Mon Nov 19, 2018 4:55 pm
SFD Account: olv
SFD Alias: olv
Started SFD: PreAlpha 1.6.4
Gender:

Post by Ol1vver » Mon May 13, 2019 11:20 pm

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)
0 x

Locked