GML
if Master_control.kills = Master_control.kill_limit
{
alarm[2]=100;
winner='Ja';
mplay_message_send_guaranteed(0,16,myname);
}
ERROR in
action number 1
of Step Event
for object Control:
Error in code at line 1:
if Master_control.kills = Master_control.kill_limit
at position 42: Cannot compare arguments.
Może ktoś powiedzieć co jest nie tak??