Exemplo n.º 1
0
        public override bool RunMakeBehavior()
        {
            Recipe    recipe = Recipe.NameToRecipeHash["TrueBlood"];
            TrueBlood tb     = GlobalFunctions.CreateObjectOutOfWorld(recipe.ObjectToCreateInFridge, recipe.CodeVersion) as TrueBlood;

            tb.ParentToSlot(this.Actor, Sim.ContainmentSlots.RightHand);
            CarrySystem.EnterWhileHolding(this.Actor, tb);
            return(true);
        }