|
Good day,
I am trying to create a common event that's conditioned with the information of which Player being the leader of the Group.
So I thought like:
If Player [010] is Leader of the Group, say: "Hey, Player 10, how are you?"
Something like that.
That's what I managed so far:
$game_actor[10].position = 0
But there seems to be something wrong with the condition, only I cannot figure it out, since I don't excel at scripting.
I'd be grateful for any help.
__________________________
|