Talahaski Enchanter
Joined: 10 Oct 2000 Posts: 656 Location: USA
|
Posted: Sat Aug 16, 2003 11:43 pm
Database |
Ok, I have not worked much with zmud's database so I have a quest.
I am currently updating a variable with my skill points each time I improve. The problem is If I create some bad triggers or do something that results in zmud freezing and me having to Control-Alt-Del and end task. I end up losing the updated information on this variable. If I used a database and entered a new record with the updated number each time I improve, will I still have the same problem of losing this number if zmud freezes up?
The other alternative that I can see is to write to a external file. Does anybody have any good suggestions for this?
I don't save automatically because I don't want to save any new triggers I create until after I test them out.
One other possibilities, is it possible through a trigger to force zmud to save the settings file? Although this would be a last resort option because it could result in untested triggers getting saved also.
//edited
//I found the answer in the help files for this last piece. #save |
|