Script [Deleted] trade script

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Status
Not open for further replies.

Juc70

New Member
Jun 7, 2017
8
1
3
Juc70 submitted a new resource:

Bad little trading skript - Allows GUI trading with other players on the server

Bad little trading skript V0.1

I made a trading skript after around half year break from skripting. Half way making the skript, I decided to let anyone wanting use it, so here it is..

code_language.skript:
# Version 0.1 Made by Creep = Juc70

function opengui(for: player, other: player):
   close {_for}'s inventory
   set {tradeready.%{_for}%} to 0
   set {trade.%{_for}%} to {_other}
   set {trading.%{_for}%} to true
   send "&3Opened trade window with...

Read more about this resource...
 
Status
Not open for further replies.