Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.44 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.44 KB

eBase XM8 App

The eBase App allows players to buy base building kits or upgrades such as CCTV kits through the XM8. Once a player has purchased a package it will be delivered to their current position via a parachute drop.

Credits:

@Shix- Dialog God

@WolfkillArcadia - Sex appeal and made parachutes fly.

Dependencies:

Todo

  • Utilize Exile functions to update poptabs (@Grim is cool)

Configuration

_Box1Name = "Starter"; Box1Items = [ ['Exile_Item_Flag',1], ['Exile_Item_Matches',2], ['Exile_Item_CookingPot',1], ['Exile_Item_CanOpener',1], ['Exile_Item_Handsaw',1], ['Exile_Item_Grinder',1], ['Exile_Item_CampFireKit',1], ['Exile_Item_WorkBenchKit',1] ]; box1Cost = 3000;

Pretty self explanatory

_Box1Name = "Starter";

The name of the box to be displayed on the Xm8

['Exile_Item_Flag',1]

Array of items to be added to the box ['ItemClassName',Quantity]

box1Cost = 3000;

The price of the box