Help for this page
function AsciiCharToInteger takes string char returns integer local string charMap = " !\"#$%%&'()*+,-./0123456789:;<=>?@ABCDEFG +HIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~" ... return u endfunction
function Trig_respawn_Condition takes nothing returns boolean return true ... call TriggerAddAction( gg_trg_respawn, function Trig_respawn_Actio +ns ) endfunction