#Does Anyone Know How To Make The Log Screen show when People Use Consumable?
17 messages · Page 1 of 1 (latest)
You can use “get local player” wired to “to string” if you want to show the name too
Not quite
You’ll want to wire the output of to string to the string port on log string
This will just display their name though, and not say which consumable was activated
For that you’ll need to use another “to string” wired to the yellow port on the event receiver, and have a string format chip
Configure it and add one port
Wire both the to string values to the bottom two
Player above
And on the top port type
{0} just used {1}
This will say
John just used potion
Or whatever your names are in your case