ensingm2 / SteamMonsterGameScript

A Javascript automator for the 2015 Summer Steam Monster Minigame
78 stars 28 forks source link

Script failure since 1.21 (gold count update) #29

Closed seyguai closed 9 years ago

seyguai commented 9 years ago

l67: if( enemy != undefined && nClickGoldPct > 0 && enemy.m_data.hp > 0)

m_data is never checked, which makes the script fails when undefined.

ss 2015-06-13 at 08 41 20

ensingm2 commented 9 years ago

This has been fixed.