Add option to log oneliners to the Messages tab.

This commit is contained in:
Mari the Deer 2022-04-12 18:14:47 +02:00
commit f46ccaa651
7 changed files with 12 additions and 2 deletions

View file

@ -121,6 +121,7 @@ extend Class SWWMHandler
{
let l = SWWMOneLiner.Make(oneliner,onelinerspan);
StatusBar.AttachMessage(l,-3473);
SendNetworkEvent("swwmstoremessage.\cd"..(multiplayer?players[consoleplayer].GetUserName():"Demo").."\c-: "..StringTable.Localize(oneliner),level.totaltime,PRINT_CHAT,consoleplayer);
}
SendNetworkEvent("swwmremotelinertxt."..oneliner,consoleplayer,onelinerlevel);
}