home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / henkyaku1.0.exe / henkyaku / Program / Usr / ranking10.tonyu < prev    next >
Text File  |  2010-01-03  |  277b  |  18 lines

  1. extends TextChar;
  2.  
  3. tomaru=0;
  4. text="10ê╩  "+$ten;
  5. if($scorerank==10){
  6.   while(1){
  7.     update();
  8.     wait(32);
  9.     if(tomaru==0){
  10.       bookmark=text;
  11.       text="";
  12.       tomaru=1;
  13.   }else{
  14.       text=bookmark;
  15.       tomaru=0;
  16.     }
  17.   }
  18. }else while(1) update();