Yet another update addendum to Beta 9:

2.53_Win_Beta_9--fixdrunkguys--fixscrollingmap--extrasanitycombosm.zip

This refactors some sanity checks, and adds error messages for:


  • Game->GetComboSolid
  • Game->GetComboCSet
  • Game->GetComboData
  • Game->GetComboFlag
  • Game->GetComboInherentFlag
  • Game->GetComboType
  • Game->SetComboCSet
  • Game->SetComboData
  • Game->SetComboFlag
  • Game->SetComboInherentFlag
  • Game->SetComboType


  • I would appreciate if some of you could help test this, by testing any scripts that use these instructions, and reporting if anything has broken.

Invalid inputs for the map, screen, or combo position will now report the specific error to allegro.log, and the function will exit. Getters will return -1 to the user on error, as well as tracing an error message to the log.