Blockland Forums > Help
Minigame Events x %1
Khain:
Well.. I'm making a kind of L4D.
I'm attempting to make something like this :
OnMinigameDeath - Minigame - BottomMsgall(I think that is how it's called) - %1 has died
Well.. It's not working. It's showing as %1, it was supposed to show the player's name like this :
Khain has died.
Well.. What's is it? Any ideas? =P
Pliny:
I think that's an error with VCE. Try redownloading it.
Sebster 105:
It only works for chatMsg with Minigame events.
Khain:
--- Quote from: Sebster 105 on April 01, 2010, 02:58:20 PM ---It only works for chatMsg with Minigame events.
--- End quote ---
=c. Okay.
zenloth:
I don't know if BottomMsgAll can use variable replacers, but try <var:cl:Name> if you are using VCE.
OnMinigameDeath - Minigame - BottomMsgall- <var:cl:name> has died
Sorry if it doesn't work, but it's worth a try.