Easy Doppelganger

by TheDarkChakra
Create an easy clone! [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://TheDarkChakra.EasyDoppelganger##version=6

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://TheDarkChakra.EasyDoppelganger##version=6

116 downloads
Version Alpha 1.4
Date added: Jun 16 2012
Last updated: Feb 24 2013
0 fans
Simple and easy way to create a clone for a newbie.

-Create a Doppelganger
-Delete your, and only your own, Doppelganger
-Have your doppelganger attack and walk towards your opponent

Comments

Kozuma3: (Jun 17 2012, 5:45 pm)
mob/var/mob/DG=null

mob/verb/Create_DG()
//blah blah blah
src.DG = var_for_dg
TheDarkChakra: (Jun 17 2012, 3:00 pm)
What do you mean sir?
LordAndrew: (Jun 17 2012, 2:53 pm)
There's quite a bit wrong here. In all of the verbs you have to locate the doppelganger, and in one of them you neglect to even verify if the user owns the doppelganger.

If it were me, I'd store a reference to the player's doppelganger in a variable and just call upon that variable to make the doppelganger do things.