This extension plugin requires Alpha NET Z to work.
- Open the Interaction menu for another player
- Select the default option
Trade
Use the following script call:
nAPI.callPlayerMenuAction('trade', ACTOR_ID);Parameters:
ACTOR_ID- The actor ID of the player you want to trade with
Example:
nAPI.callPlayerMenuAction('trade', 1); // Starts a trade with the player who selected Reid (ID == 1)You can retrieve another player's Actor ID using nAPI script calls.
By default, when you initiate a trade with another player, they will receive a trade request from you.
You can configure or disable the trade request window in the plugin parameters under Trade settings.
To disable the trade request (trade will start immediately):
- Set the plugin parameter
Is need trade confirmto false