Wyskakuje błąd;
-----------------------
FATAL ERROR in
action number 1
of Draw Event
for object object86:
COMPILATION ERROR in code action
Error in code at line 1:
randomize();
at position 1: Unknown function or script: randomize
----------------------
Witam.Mam taki kod:
GML
if global.aktualny_tekst<=1
{
path_start(path2,6,2,1);
}
Mam auto i powinno jechać po pathu gdy global.aktualny_tekst jest mniejszy niż 1.
Co tutaj jest źle??
Z góry THX :thumbsup: