SAIL - Poziomy postaci powyżej 10-tego lvlu

Gotowe kody SAIL'a, informacje na temat moddingu, itd.

Moderator: zoNE

Post Reply
User avatar
zoNE
The Great Uniter & Site Administrator
The Great Uniter & Site Administrator
Posts: 2061
Joined: Fri Feb 17, 2006 3:44 pm
Location: Poland
Contact:

SAIL - Poziomy postaci powyżej 10-tego lvlu

Post by zoNE »

Serpent wrote:Prosty kod:

Code: Select all

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: http://forum.original-war.net/viewtopic.php?f=42&t=2066
Post Reply