[Solved][ManiaScript] Message::SendBigMessage() : Message appears but never disappears
Posted: 15 Jun 2017, 04:26
Good Morning 
My code
"lolilol" appears but still there 3 hours later.
No matter if I put Message::SendBigMessage("Lolilol", 3000, 10); in ***StartMap*** or ***PlayLoop*** with conditions, the text never disappears.
I put a log(Now); right after the SendBigMessage. There's no loop.
What is wrong ?

My code
Code: Select all
#Include "Libs/Nadeo/Message.Script.txt" as Message
// Script blablabla
Message::SendBigMessage("Lolilol", 3000, 10);
No matter if I put Message::SendBigMessage("Lolilol", 3000, 10); in ***StartMap*** or ***PlayLoop*** with conditions, the text never disappears.
I put a log(Now); right after the SendBigMessage. There's no loop.
What is wrong ?