$DDRP::landpoints[%pxp+%x][%pyp+%y].p = 8;echo("Z" SPC $DDRP::landpoints[%pxp+%x][%pyp+%y].p);
$DDRP::landpoints[%pxp+%x].row[%pyp+%y].p = 8;echo("Z" SPC $DDRP::landpoints[%pxp+%x].row[%pyp+%y].p);
No you can't do multiple arrays like that, but you can do it like this:$DDRP::landpoints[%pxp+%x,%pyp+%y] = 8;
So what is this