The Dink Network

Reply to Re: Classified

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:
 
 
August 13th 2012, 10:41 AM
wizardg.gif
It doesn't seem too difficult to implement some sort of basic morality system. Where it gets interesting is if you're going to take a fable approach on it. Where the character can look like an angel or a demon, then you'd have to implement a lot of new graphics.
OR
you could do something like;
if(&moral == 25)
{
///turn dink into slayer
}

if(&moral == -25)
{
///turn dink into dragon
}

But, if it's just going to change the ending, then don't worry about that.

It would involve a choice menu at every story checkpoint. Which actually would be very fun, and I plan on trying that myself sometime, I had started something like that in moon child, but only barely.

I think if you took your time with a morality system, it could be really cool.