If Wild='not able to write' then begin
  write('Sawwy');
  if layer=0 then
      talkages
  else
     begin
       talk;
       /hug
       layer=layer-1;
     end;
    If layer=0 then
       /lots of hugs
 end;

One Response to “Nice bit of code!”

  1. Syn says:

    Gotta love it <3 :D
    There are some ; missing in the code :P