<p></p>
<p>Feenick and SwordPlay reported a BUG message (at some point) after using <code>set hero speed(me,0)</code>. It's crash report 059ee8de-c25f-44ba-a187-2c95fb49a5ec from Feenick. Sword provided a script:</p>
<pre><code>plotscript, key, begin

if(key is pressed(key:z))
then(
if(dashmax>0)
then(set hero speed(me,10),dashmax-=0)
else(set hero speed(me,5))
)
else(
    if(key is pressed(key:x))
    then(set hero speed(me,0))
    else(
    IF(Check tag(3)==OFF)
    THEN(set hero speed(me,5))
    ELSE(set hero speed(me,10))
)
)
IF(key is pressed(key:w))THEN(dashmax:=10)
end

global variable (1, dashmax)
</code></pre>
<blockquote>
<p>SwordPlay: hold down z and x and move around. i think? press w first i guess</p>
</blockquote>
<p>I haven't tried to reproduce</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/ohrrpgce/ohrrpgce/issues/1227">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AMWGWZSK7PFQEWHUZGVGYP3UKCNTVANCNFSM5HH3YHXA">unsubscribe</a>.<br />Triage notifications on the go with GitHub Mobile for <a href="https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675">iOS</a> or <a href="https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub">Android</a>.
<img src="https://github.com/notifications/beacon/AMWGWZWCIWW5VS2PPGNII4TUKCNTVA5CNFSM5HH3YHXKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4PRLERXQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/ohrrpgce/ohrrpgce/issues/1227",
"url": "https://github.com/ohrrpgce/ohrrpgce/issues/1227",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>