2004Scape / Server

Lost City's from-scratch game server
MIT License
81 stars 53 forks source link

fix(engine): properly allocate int & string locals for proc & label triggers #995

Closed ultraviolet-jordan closed 3 weeks ago

ultraviolet-jordan commented 3 weeks ago

Commands are causing them to resize dynamically as the program runs. They should be allocated with a fixed length basically on gosub and goto using ScriptFile int & string local counts.