GridControl-Team / GridControl

GridControl is a Free-to-play In-browser Social Massive-Multiplayer-Online Game, where you control your bot using a specialized stack-based language (called gridlang) and your github account. Your bot can roam the grid, gather resources, and attack/avoid other bots. The best code wins!
http://gridcontrol.freelancedreams.com/
8 stars 0 forks source link

Foreign function which takes no parameters fails #35

Closed GeDaMo closed 11 years ago

GeDaMo commented 11 years ago

When calling a foreign function which takes no parameters e.g. CALLFF << @SELFDESTRUCT 1 The following error occurs GRIDLANG Exception callff() argument after * must be a sequence, not int

A work around is to push an extra value CALLFF << @SELFDESTRUCT 1 2

sirpengi commented 11 years ago

Fixed in a63ccfb