# Alternate method to add Water UID

{% hint style="warning" %}
Since now updates has water UID, this page is outdated and not going to maintain anymore.\
Anyways, if you still want to have a look of alt method to add water UID, the page is still here.
{% endhint %}

There are 2 ways to do it, which is the lazy way and more technical way.

<details>

<summary>Lazy Way</summary>

Go to this particular map link:\
<https://www.plazmaburst2.com/level_editor/map_edit.php?filename=c1a>\
\
Then, you will found that the water in that map has the UID:

<img src="https://865749388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MFtCELsQWyso_e3z2wu-887967055%2Fuploads%2FHaX2meqKV3qpzJw0004n%2Fimage.png?alt=media&#x26;token=bb6f71e9-5f77-44f5-a1dd-025d8ee1a0a5" alt="" data-size="original">

What are you waiting for? copy that water area and paste it to your map!

</details>

<details>

<summary>Technical Way for tech savys (mici1234 findings)</summary>

1. First, make water you want to give UID to (if you want to edit existing one, just delete and paste)
2. Open JS console, you can do this by `Ctrl + Shift + I`
3. Write this code: `es[es.length - 1].pm["uid"] = "#water*<int>"`, this will give name to *last object*.
4. Then come back to ALE, you gave your water an UID
5. To use it in action, go to trigger, edit by text, and use water's UID.

cc by prosu:

<img src="https://865749388-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MFtCELsQWyso_e3z2wu-887967055%2Fuploads%2FU7inftQiw5ifY2pd6TKm%2Fimage.png?alt=media&#x26;token=8c4bb8e5-9919-4a74-8c7e-908426ef7689" alt="" data-size="original">

</details>
