i still need help people! when it says declare your player(s) how do i do that? when it says... Procedure DeclarePlayers; begin currentplayer:=1; NumberOfPlayers(1); wat do i put? plz help.. im very new to scripts
Start over. CurrentPlayer should be 0. NumberOfPlayers(HowManyPlayers) should stay the same. If it says "HowManyPlayers := ;" then put the number of players you are using there. Fill out your player information. Then use { and } to surround all of the players you are not using.
failed when compiling line 24: [error] (24:1) unknown identifier 'currentplayer' in script c:\program files\scar 2.03\scripts\autofisher.scar my line 24 looks like... currentplayer:=0;
Delete that line Make sure that {.include SRL\SRL.scar} is declared at the beginning of the script. If there is a different include there like {.include BoxBreaker.txt} then get a new script.