<div dir="ltr"><div><div><div><div>I saw this error this evening<br><br><a href="http://i.imgur.com/N53xCvb.png">http://i.imgur.com/N53xCvb.png</a><br><br></div>It is repeatable whenever I load my F3 quicksave (which I have preserved)<br>
<br></div>The script mentioned is:<br><br>plotscript, spigot stair event: quick replay, sl, begin<br> if(check tag(tag:spigot wad event)) then(<br> variable(tx, ty)<br> for(ty, 0, map height -- 1) do(<br> for(tx, 0, map width -- 1) do(<br>
if(read zone(z:event, tx, ty)) then(<br> write east green ramp(tx, ty)<br> )<br> )<br> )<br> )<br>end<br><br>script, write east green ramp, tx, ty, layer=2, begin<br> write map block(tx, ty, tile:east green ramp, layer)<br>
write map block(tx + 1, ty, tile:east green ramp corner, layer)<br> write pass block(tx, ty, east slope)<br>end<br><br></div>that script is the map autorun script on the map where the quickload was quicksaved.<br><br>---<br>
</div>James<br></div>