GomaGames / Spawn-RPG

RPG version of SpawnHero2
MIT License
0 stars 0 forks source link

fix multiple dialogues #65

Closed theRemix closed 8 years ago

theRemix commented 8 years ago

and talk()

      messageFlag.interact = function(){
        message('bring ...');
        message('the sword ...');
        message('to the red square.');
      }

has weird behavior. fix it!