Polski Česky English Français Русский Español
Home Site Original War Support Community Forums Facebook YouTube Discord
¿Tu primera vez por aquí? Lee esto!
» Índice > Modding Archive > SAIL - Poziomy postaci powyżej 10-tego lvlu

SAIL - Poziomy postaci powyżej 10-tego lvlu

Serpent pisze:Prosty kod:

Kod:

export ident1;

export function postac_z_lvl_15;
begin
    PrepareHuman(1,class_soldier,15); // 15 to lvl15
      hc_importance:=0;
      hc_name :='';

      uc_nation:=NACJA;
      uc_side:=STRONA;

      hc_noskilllimit := true;
       ident1=CreateHuman;
       PlaceUnitXY(ident1,x,y,false);
end;

Author: Serpent
Topic: https://forum.original-war.net/viewtopic.php?f=42&t=2066

» Índice > Modding Archive > SAIL - Poziomy postaci powyżej 10-tego lvlu