For re165
RE165 Please Turn On Commenting So I Don't Have To Keep Remixing to message u PROBLEM: When the type message is broadcasted all sprites even clones who have the receiver will activate. The text Clones are receiving the "type" message resulting in more than one clone situation. SOLUTION: Add a Variable To Identify if It is a clone or not. Ex: When Clone -> Set "Is Clone" variable to 1 When I Receive "Type" Message -> If "is Clone variable = 0 then proceed