A downloadable asset pack for Windows

Download NowName your own price

What this script does?

This script creates an exchange store, in which playercan exchange collectable items for other items.

How to use this script?

Put this script in your editor script above main

In database, addon items / weapons / armor that will be marketed in the store the following information, in the note tag

                          <item_trade: 24><trade_price: 2>.

 in that example the item in question will cost 2 (item_price) units of item 24(item_trade).

 Collectable items must be created necessarily in the items tab and contain the following in your notes:

                       <tradable>

To access the store, just use a script_call and put the following:

             trade_shop([1,2,3,9],[13],[10])

The values inside the first brackets are the items that will be available in this store, in this example items 1, 2, 3 and 9 of the data base will be available

The second brackets refer to available weapons. in this example weapon 13 of the data base will be available. 

The third brackets brackets refer to armors. in this example armor 10 from the data base will be in the store.

A project demo using the script is available in English and Portuguese Brazilian.

StatusReleased
CategoryAssets
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorKusma

Download

Download NowName your own price

Click download now to get access to the following files:

Trade Shop DEMO EN.zip 1 MB
Trade Shop DEMO PT-BR.zip 1 MB
Trade Shop EN - Script
External
Trade Shop PT-BR - Script
External

Leave a comment

Log in with itch.io to leave a comment.