Unknown variable bug

Posted by danjyman
When I type my login details and press login it comes up with this error, I am running Game Maker 8.

ERROR in
action number 1
of Begin Step Event
for object __newobject4:

In extension function gms_step:
Error in code at line 613:
room_id = gms_other_get_real(player_id, "room");
^
at position 47: Unknown variable player_id

Replies (1)

Last message on 3 Jun 2015

Size43 (Administrator) on 3 Jun 2015, 21:28:44
Please make sure you're not creating instances of the other player object, and that there aren't any instances of the other player object in a room.