91
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
It's been days.
He's busy being a douche
Carbonated Water, High Fructose Corn Syrup, Citric Acid, Sodium Benzoate, Modified Food Starch, Natural Flavors, Caffine, Ester Gum, Yellow 6, and Red 40AND
Breaded Chicken Patties (Chicken, Water, Breader [Wheat Flour, Salt, Dextrose, Spice Soybean Oil, Whey, Colored with Oleoresin Paprika], Textured Soy Protein Concentrate, Batter [Wheat Flour, Rice Flour, Salt, Spices], Soy Protein Isolate, Chicken Skin, Salt, Flavoring, Autolyzed Yeast Extract, Sodium Tripolyphosphate, Spice, Fried in Vegetable Oil with BHT), Macaroni and Cheese Sauce (Cooked Macaroni [Water, Durum Semolina {Enriched with: Niacin, Ferrous Sulfate, Thiamine Mononitrate, Riboflavin, Folic Acid}, Egg Whites], Water, Club Cheddar Cheese [Pasteurized Cultured Milk, Salt, Enzymes, Annatto Coloring], Sweet Whey, Modified Food Starch, Wheat Flour, Soybean Oil Whey Protein Concentrate, Cheese Flavor [Dehydrated Blend of Whey, Granular and Blue Cheese {Pasteurized Milk, Culture, Salt, Enzymes}, Sunflower Oil, Maltodextrin, Salt, Sodium Phosphate, Citric Acid, Lactic Acid], Butter, Salt, Disodium Phosphate, Acetic Acid Esters of Mono- and Diglycerides, Maltodextrin, Citric Acid, Beta Carotene Blend [Corn Oil, Beta Carotene]), Sugar, Water, Wheat Flour, Vegetable Oil, Contains 2% or Less of: Cocoa Powder, Dry Whole Eggs, Dried Whey, Modified Food Starch, Vanilla Flavor (Water, Ethyl Alcohol, Corn Syrup, Polysorbate 80, Caramel Color), Cellulose, Sodium Bicarbonate.
onPlayerTouch > self > ifItemInHandSlot > <item>
onVariableTrue > client > bottom print > You returned the cash!
onVariableTrue > player > removeItem > cashBag
onVariableTrue > player > incScore > 2
onVariableTrue > player > changeDataBlock > <playertype default> (removes from backslot)
You will also need the removeItem event for this found HereFile size Compared to other RTB variations:--------------------------------
------------------------------------------------------
GRTB - 1.17 MB
GreekRTB - 1.25 MB
DaProg's RTB - 1.35 MB
Transitional RTB - 1.78 MB
registerOutputEvent(Bot, setPetType, "datablock ShapeBaseImageData", 1);
function Player::setPetType(%player,%image,%data)
{
%player.setDataBlock("HorseArmor");
%player.hidenode(head);
%player.hidenode(body);
clearAllPlayerNodes(%player);
%player.mountimage(BeagleImage, 1);
}
//Model Support
datablock ShapeBaseImageData(BeagleImage)
{
shapeFile = "./Models/DogBeagle.dts";
emap = false;
mountPoint = $BackSlot;
offset = "0 0 -0.35";
eyeOffset = "-1 -1 -1";
rotation = "0 0 0 0";
className = "ItemImage";
uiName = "Dog - Beagle";
};
datablock ShapeBaseImageData(HuskyImage)
{
shapeFile = "./Models/DogHusky.dts";
emap = false;
mountPoint = $BackSlot;
offset = "0 0 -0.35";
eyeOffset = "-1 -1 -1";
rotation = "0 0 0 0";
className = "ItemImage";
uiName = "Dog - Husky";
};