Catch 'you' as group name for logging EFF drops

This commit is contained in:
Brandon Cornejo 2026-02-10 19:25:01 -06:00
parent 52a1dc887d
commit 23a8f63cf5

View File

@ -133,7 +133,16 @@
};
#return @log_line_to_chat{};
};
#elseif {"$name" == "you"} {
#variable {group_shields[$GMCP[charinfo][capname]][eff]} {0};
/writegroupshieldstofile;
#if {"$gs_eff_alerts" == "1"} {
#showme {\a};
};
#return @log_line_to_chat{};
};
};
};