Is there a way to edit what rune you can make instead of using the dropdown options provided. Or do i need to make a Lua file that replicates the runemaker and add in the avalanche rune? Adori mas frigo
```
if (mppc() >= 90) then
say("adori mas frigo")
end
```
My noob work around
```
if (mppc() >= 90) then
say("adori mas frigo")
end
```
My noob work around