- Joined
- Nov 17, 2013
- Messages
- 63
- Thread Author
- #1
Special case with postfix:
where code is:
and p is not null, it actually found the player using:
It was not, however, interacting with trade for both playerName as Lunarslash67 or as Lunarslash67 of Zamorak (level: 93+5).
Any ideas?
@Cloud
where code is:
JavaScript:
System.out.println("Going to Trade Player: " + playerName);
if (p.interact("Trade with", playerName)) {
and p is not null, it actually found the player using:
Code:
Players.newQuery().names("Lunarslash67").results().first();
It was not, however, interacting with trade for both playerName as Lunarslash67 or as Lunarslash67 of Zamorak (level: 93+5).
Any ideas?
@Cloud