fastfile-gsc-iw5/zone_raw/patch_mp/ui_mp/killedby_card_display.menu
6arelyFuture 4e910323f1
Some checks failed
link / Link assets on Linux (push) Failing after 8s
init
2024-05-23 10:46:11 +02:00

23 lines
574 B
Plaintext

{
menuDef
{
name "killedby_card_display"
decoration
rect 0 0 640 1 1 0
onOpen
{
setLocalVarInt ui_show_killedBy (milliseconds());
setLocalVarInt ui_show_youKilled 0;
if (getperk("perk4") == "specialty_copycat")
{
setLocalVarInt ui_show_copyCat 1;
}
else
{
setLocalVarInt ui_show_copyCat 0;
}
close self;
}
}
}