Failed when compiling
Line 64: [Error] (12573:12): Unknown identifier 'STRING1' in script
----------
Procedure DeclarePlayers;
Begin;
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
Players[1].Name :='sluder4';
Players[1].Pass :='die';
Players[1].Nick :='yo';
Players[1].String1 := 'Iron'; //Type of bar : Bronze, Iron, Steel, Mithril, Adamant, Runite.
Players[1].string2 :='Arrow tips'; //Type of item, list is available above.
Players[1].Active:=True;


Reply With Quote










