Help for this page

Select Code to Download


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