CaptainLepidus

dafuq

Feb 29th, 2012
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. case 'x':
  2.         case 'examine':
  3.         for(i=0;i<om;i=i+1)
  4.         {
  5.             if ob[i,1] == string_lower( word[ 1 ] )
  6.             {
  7.                 t = ob[ i , 2 ];
  8.             }
  9.         }
  10.         break;
  11.         default:
  12.         t = "I don't understand that.";
  13.        break;
Advertisement
Add Comment
Please, Sign In to add comment