The Dink Network

Reply to Re: New D-Mod: Historical Hero

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 14th 2010, 04:00 PM
custom_iplaydink.gif
iplaydink
Peasant He/Him Sweden
Hmm.. 
//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