Free HITECH function to calculate profit splits for people making mmo's

//===========================================================================
	function SplitDeProfit4MMO ( inmonies:float ):float
	{
		if ( inmonies <= 0 )
		{
			Debug.Log ("no-monies to splits");
			return(0);
		}

		if ( inmonies < 5 )
		{
			Debug.Log ("You want to go home and rethink your life");
		}
		else if ( inmonies < 10 )
		{
			Debug.Log ("Time to make smaller project - pong perhaps");
		}

		return ( inmonies / 2.0 );
	}

I know what your thinking, how can i release this gem for free? well i would hopes someone splits de profits with me if they use this in their mmo

Did you write this yourself? I am sure some of that code was stolen from another unity MMO…

I looks at tutorials , and then conned 8 other people into writing different parts, but none knew what the end goal was

maybe you will get sued by them

i told them id split de profits and they sign NDA, but i pull a fast one, i release for FREE

What i really like is the huge complex algorithm you’ve implemented behind! It is so complex that i can’t even see it!
I would like to split 1:1 with you! Where do i need to sign? ^^

EchoLogin, you shouldn’t be hacking into WOW head office management system, take chunks of their code and post it here on forums, the freelance coder that wrote that for WOW may still hold the rights to his code you know!

You should atleast have included a splitrate, it could be that there is more than 2 people.

Pure Genius!

i lol’d

Trololol

Don’t worry, this is the end goal of all MMO makers.

I think i can figures that out, from one of the tutorials just needs some tweeking.

Ohh noz, you thinks maybe i cans gets in trubles ?

Me mom said it was okz ?

can anyone help me i need this in c#

Sorry mate, but in my epic dream of creating an MMO, I decided forgetting programming would increase productivity.

I’ll be snatching this code so I can split da profits with my employees while I make the ideas.

Theres you go!!! SPLITS DE PROFITS

i just made a script just like this one, but its not yours.

where do i put it?

I think this should come included with Unity next release, marketing would have a birthday with such a Unique Selling Point no other engine offers off the shelf!

P.S.
I am making a multi platform MMO which in name of democratic development is coded in c#/JavaScript and Boo.
Can someone spend some valuable time and convert this in Boo?

+99999! :slight_smile: