Game logic - Transaction – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
=Description=
=Description=
*This game logic is used for transaction process.  
*This game logic is used for transaction process. Creators can this way ask players for coyns in exchange for specific items, services or features.
*The creator sets up the Game logic - specifies what will players get, for how much money and then, based on the events triggered (On Transaction Accepted / On Transaction Declined) provide the player with an item, open a door or perform any other action.
[[Image:Ylands_Transaction.jpg|right|400px|]]
[[Image:Ylands_Transaction.jpg|right|400px|]]
=Title=
=Title=
Line 9: Line 11:


=Price=
=Price=
*The price that will be specified in the transaction.
*The price in coyns that will be specified in the transaction.


----
----

Revision as of 18:17, 28 November 2019

Description

  • This game logic is used for transaction process. Creators can this way ask players for coyns in exchange for specific items, services or features.
  • The creator sets up the Game logic - specifies what will players get, for how much money and then, based on the events triggered (On Transaction Accepted / On Transaction Declined) provide the player with an item, open a door or perform any other action.
Ylands Transaction.jpg

Title

  • Enter the name of transaction.

Description

  • Enter the description of transaction which will be shown in confirmation dialog.

Price

  • The price in coyns that will be specified in the transaction.

Template:Ylands scripting navbox