Reply to Re: New D-Mod: Historical Hero
If you don't have an account, just leave the password field blank.
//stats go when the game begins. Also, Dink starts with 10 LifeMax
//(hit points).
&strength = 1;
&defense = 1;
&magic = 1;
&gold = 1;
&lifemax = 5;
//&life = &lifemax;
&level = 1;The script looks like this (scroll down).
Change it to this in next version
//stats go when the game begins. Also, Dink starts with 10 LifeMax
//(hit points).
&strength = 1;
&defense = 1;
&magic = 1;
&gold = 1;
&lifemax = 5;
&life = &lifemax;
&level = 1;EDIT:
Anyway, Really nice cut-scenes and things. Me Like






