HERO LEVEL (HL)
RECEIVER

Lets you control what skills (primary and secondary) a hero may choose when gaining a new level. It must be used with the !?HL trigger.

!!HL:XXXX; Hero level controller

OPTIONS

S$1/$2/$3; Set primary and secondary skills that a hero can take.
   $1 = Set/check/get a +1 primary skill (0...3) Format PK.
   $2 = Set a next level of left second skill (-2,-1.0..27) Format SS
              -2 = do not change
              -1 = not allowed to choose (no skill)
              0... = number of secondary skill
   $3 = Set a next level of right second skill (-2,-1.0..27) Format SS
Comments:
This receiver may be used only inside !?HL trigger and takes effect for the current level gain only.
Example:
!?HL-1;
every one who gains a new level
!!HL:S0/-1/-1;
set Attack+1 and no choice for secondary skills