supreme-committee / text-adventure

UCSC CMPS 115 Project
0 stars 0 forks source link

Wrong error message displayed when <if> has more than 3 attributes #63

Closed mgrijalva closed 10 years ago

mgrijalva commented 10 years ago

If you have an if statement like this:

<if arg1="fname" arg2="steve" comparison="eq" arg3="wahh">
        <text>if passed</text>
</if>

This error will be displayed: Not enough stuff in if statement

We should probably change that.