Jump to content

gerudolock

Members
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

gerudolock's Achievements

Newbie

Newbie (1/10)

1

Reputation

  1. The logger doesn't show any errors. It just stops outputting entirely. Problem is fixed now that the osboot hooks have been updated.
  2. When I attempt to interact with another player and respond to a trade request, interacting with "Trade with" silently stops my script (Player messages stop being logged). It will also not start a trade. Player tradedPlayer = getTrade().getLastRequestingPlayer(); if (tradedPlayer != null) { if (tradedPlayer.interact("Trade with")) { log("Trade initiated"); } else { log("Trade failed"); } } If I change the interaction to "Trade", then the interaction will fail. What am I doing wrong?
×
×
  • Create New...