Hello!
I try to draw a picture at an events position with:
$gameScreen.showPicture(params);
The event doesn't have a fixed position. I tried this:
$gameScreen.showPicture(80, "picname", 1, $gameMap.event($eventID).x*36, $gameMap.event($eventID).y*36, 100, 100, 255, 0);
But it doesn't...