increpare / PuzzleScript

Open Source HTML5 Puzzle Game Engine
MIT License
903 stars 160 forks source link

Allow aggregates of aggregates in map #202

Closed ben-reilly closed 7 years ago

ben-reilly commented 10 years ago

Related to #128 (and I don't know if this one's intentional), it's not possible to make aggregates with aggregates, then use it in a map definition. e.g.

C = Crate
D = C and Target

is permissible, but if you use D in a map, you get:

Error, symbol "d" used in map, not found
increpare commented 10 years ago

good catch! :)

On Wed, May 7, 2014 at 10:35 PM, ben-reilly notifications@github.comwrote:

Related to #128 https://github.com/increpare/PuzzleScript/issues/128(and I don't know if this one's intentional), it's not possible to make aggregates with aggregates, then use it in a map definition. e.g.

C = Crate D = C and Target

is permissible, but if you use D in a map, you get:

Error, symbol "d" used in map, not found

— Reply to this email directly or view it on GitHubhttps://github.com/increpare/PuzzleScript/issues/202 .