Call profile in colt.json (only thing I touched is adding colt in the suffix area)
"Call Profiles": [
{
"Enabled": true,
"Lock On Caller": true,
"Include Caller Allies (teammates, friends, clanmates, and clan allies)": true,
"Suffix": "colt",
"Number To Spawn": 1,
"Priority": 1,
"Cooldown Minutes": 360.0,
"Daily Call Limit": 0,
"Personal Message": "You have called in the {TierName} helicopter.",
"Global Message": "{PlayerName} has called in the {TierName} helicopter!",
"Skill Tree XP Rewarded": 1500.0,
"XPerience XP Rewarded": 0.0,
"Cost To Call": [
{
The call command Im using in GUIShop :
"Shop - Shop List": {
"Patrol Heli Colt (10k hp)": {
"DisplayName": "Patrol Heli Colt (10k hp)",
"CraftAsDisplayName": false,
"Shortname": "helieasy",
"ItemId": 0,
"MakeBlueprint": false,
"AllowSellOfUsedItems": false,
"Condition": 0.0,
"EnableBuy": true,
"EnableSell": false,
"Image": "
https://i.postimg.cc/WzcWVrBZ/tim-crop.jpg",
"SellPrice": 0.0,
"BuyPrice": 4000.0,
"BuyCooldown": 0,
"SellCooldown": 0,
"BuyQuantity": [],
"SellQuantity": [],
"BuyLimit": 4,
"BuyLimitResetCoolDown": 4,
"SwapLimitToQuantityBuyLimit": false,
"SellLimit": 0,
"SellLimitResetCoolDown": 0,
"SwapLimitToQuantitySoldLimit": false,
"KitName": "",
"Command": [
"cht.heli call colt $player.id 1 true"
],
"RunCommandAndCustomShopItem": false,
"GeneTypes": [],
"SkinId": 0
},
The perm looks like in the picture I sent and when I try to spawn the colt heli I get:
[Custom Helicopter Tiers 2] Tier 'colt' not found.
Questions Do you think maybe the capitol C in colt is the problem?
Do spaces in the name cause issues? (all the other tiers have spaces in the names)
Where is the 'colt' thats not being found?