master
rnd1 2016-03-20 01:53:54 +01:00
parent 14b58827e9
commit 98c2697736
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ description = "checkers crate",
return
end
if startgame == 1 then
if startgame == 1 or state == 1 then
meta:set_int("state",1);
meta:set_string("infotext", "game of checkers started. players " .. name1 .. " and " .. name2);
checkers.pos = {x = pos.x+1, y=pos.y, z=pos.z+1}