#does anyone know how to make something where it shows someone bought a consumable and it shows on -
49 messages · Page 1 of 1 (latest)
Could you use text screen?
Format the name of the consumable used and the name of the local player together
(Do this using To String on Get Local Player and the "Consumable Used" output on the event receiver)
Send that string through an event to all
When that event is received, log the string using Log String
Oh, in that case send the event with the data that tells everyone to log that string
After you send that event, using a Execution String Switch to decide what you want to do depending on the consumable name
Execution String Switch + To String is incredibly useful for stuff like this
in stead of saying "If Equals Consumable Constant, Else, If Equals Conumable Constant, Else, If..... you can just convert the name to a string use an Execution String Switch
I will try this
Will it work?
Do on the log screen it shows the name of the player that used it?
it will if you format the consumable name and local player name together
Did I do it right?
All that does is display your own name to yourself on the log screen
So what do I do?
using String Format, format that with the consumable name
Where do I connect that
The format should be this:
{0} used {1}
want me to join you?
Hmm.. one sec ima try the string quickly
Where do I connect it tho.
Nvm it goes in the text right?
In the {1} slot should I put the name of the consumable?
yee
configure the string format to add inputs
it should have 3 inputs:
Format
Value ({0})
Value ({1})
Ok it works
Wait I can friend you and later you can look over it
sure
*@*CrypticCreator
Hey can you get on to help me?
????
YESSSS I FUGURED IT OUTTY
Can someone attach a picture?