Title self explanatory, I want the skript to give the player a random potion effect when right clicking. Currently I'm not sure how to accomplish this, This is the code i have so far
Is there a way I could loop all potion effects and give player a random one, or would there be a simpler solution?
Any would be awesome
Code:
on right click:
if player is holding a stick named "&f&lCig":
#Give player random potion effect?
Is there a way I could loop all potion effects and give player a random one, or would there be a simpler solution?
Any would be awesome