K ill go there and just wondering think this code would for for holy medkit
if regExpMatch('^/(commands|s1)$', Text) and soldier[ID].level = 5 and holymedkit[ID] = true then
begin
SpawnObject(GetPlayerStat(ID,'x')+20,GetPlayerStat(ID,'y')-20,16);
WriteConsole(ID,'Holy Medkit Activated!',RGB(128,128,128));
end;
and i would like to know how to add a timer into it so u cant just keep spamming /s1 and have inf health