Skip to content

osuapoc/eBase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SQF 100.0%