BGrenko 0 Posted October 14, 2002 I'm trying to set up a trigger called by radio that executes a script that will count live East Soldiers and then place the number along with some text in the hint box. Kind of a way to get an idea how many bad guys are still out there lurking I toyed around with the countside command and hint text command but couldn't seem to pull my head out of my ..... and get it working. I'm sure it's fairly simple. If someone wouldn't mind sending some help my way, I'd surely appreciate it Share this post Link to post Share on other sites
Chris Death 0 Posted October 14, 2002 You don't need a script for that, just two trigger: TriggerA Size: as big as it covers all east soldiers on your battlefield activation: east/present/once triggername: triggerA condition: this TriggerB activation: radio/alpha condition: this activation field: hint format ["There are %1", count (list triggerA)] ~S~ CD Share this post Link to post Share on other sites