colobot/test/cbot/scenarios/solution.txt

13 lines
203 B
Plaintext
Raw Normal View History

extern void object::Solution( )
{
show ( "Solution " + Position );
Carr<72>(15);
Carr<72>(25);
}
void object::Carr<72>(float c<>t<EFBFBD>)
{
show ( "Carr<72> " + Position );
Move(c<>t<EFBFBD>);
Turn(-90);
}