#How Do I Make A Consumable System Everytime Someone Use A Consumable It Shows Up On The Log Screen..
5 messages · Page 1 of 1 (latest)
Oh then just do this:
Event receiver(Consumable used) > Log string
You’ll need two “to string” chips, one “get local player” chip and one “string format chip.
Wire the “consumable” port on the event receiver to “to sting” then to the second(not including the top format one) port on string format(you may have to configure it to have 2 I don’t remember)
Then wire the local player to the other “to string” and wire that to the first port on the string format, then have the string format say “{0} just used {1}” then Wire that to the string port on the log string