Ok, so, im trying to set another player's string to a value, but it wont work.
PHP Code:
with (findPlayer(this.target[1])) client.tradereq = playero.id;
this.target[1] equals the targets account name, so theres no problem there. What happens with this is that instead of setting the targets client.tradereq, it sets it on the current player.
PHP Code:
with (findPlayer(this.target[1])) player.chat = "Trying to set your chat!";
That works perfectly fine, so theres no problem in accessing the player.. Ive had -alot- of player-to-player communication errors on Mythic, stuff that works on other servers wont work on there..
Any ideas about whats wrong?