Re: How do i do this in bgt?

2020-04-25 Thread AudioGames . net Forum — Developers room : Zarvox via Audiogames-reflector
Re: How do i do this in bgt? in a lot of objects, if there is a create function, there is definitely a delete function, and it will appropriately be named delete. And if you can delete one thing, there is definitely an option to delete all things. So you type delete, type an underline, and

Re: How do i do this in bgt?

2020-04-25 Thread AudioGames . net Forum — Developers room : Meatbag via Audiogames-reflector
Re: How do i do this in bgt? data.delete_all();use this line to clear anything in this dictionnaryhth URL: https://forum.audiogames.net/post/522653/#p522653 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com https://sabahattin-gucukoglu.com/cgi-bin

How do i do this in bgt?

2020-04-25 Thread AudioGames . net Forum — Developers room : marko via Audiogames-reflector
How do i do this in bgt? Hello! I have done serialize and deserialize functions to my code. They both work as they should, the data saves after i close the game. But if i wanted to make the option to clear all data, how would i do it. I know menu.add_item thing, but when i select that