I'd guess it's a missing comma (maybe braket) somewhere up.
Q: How can I get if there's water around the player's party? I can use this code:
But if there isn't water? How do I check it? I want the code after that to execute if there is water.
Q: How can I get if there's water around the player's party? I can use this code:
Code:
(party_get_position, pos1, "p_main_party"),
(map_get_water_position_around_position, pos2, pos1, 5),