CaravelGames / drod

The official public repository of Deadly Rooms of Death and DROD RPG
http://caravelgames.com
56 stars 17 forks source link

Divide script help into two files #486

Closed Hypexion closed 1 year ago

Hypexion commented 1 year ago

In the 5.2 branch, I've occationally had DROD crash when attempting to view the script.html file via the in-game browser. It seems to be caused by SDL not being able to make a surface once the length of the file goes beyond a certain point.

For lack of a better solution, I've separated out the information about _MyScript variable injection into a new help file, called myscript.html.

Some issues with the html in the help file have also been corrected.