744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
|
case 132:
fprintf(fp," SetInventory 5 MaxInventory");
st=0; break;
case 133:
fprintf(fp," DelInventory");
st=0; break;
case 134:
fprintf(fp," (for %%%s)",vars+*op*8);
ind+=2; len+=2; st=0; break;
case 135:
fseek(fp,-1,SEEK_CUR);
fprintf(fp,"next");
ind-=2; len+=6; st=0; break;
case 240:
fprintf(fp," Trace");
|
|
|
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
|
case 132:
fprintf(fp," SetInventory 5 MaxInventory");
st=0; break;
case 133:
fprintf(fp," DelInventory");
st=0; break;
case 134:
fprintf(fp," for =%%%s",vars+*op*8);
ind+=2; len+=2; st=0; break;
case 135:
fseek(fp,-1,SEEK_CUR);
fprintf(fp,"next");
ind-=2; len+=6; st=0; break;
case 240:
fprintf(fp," Trace");
|