Solved arg-2 mob spawner is not a type

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the community!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

zaved

Member
Sep 19, 2022
18
0
1
Code:
if arg 1 is "withdraw":
            if arg 2 is a number:
                if {spawner.%player%} is more than 1:
                    remove arg-2 from {spawner.%player%}
                    add arg-2 mob spawner to player's inventory
                    stop
                else:
                    send "&6&lHydopia&c&lAMS &8» &cYou must have spawners in your &4AMS &cfor withdrawing them"
                    stop

Can someone explain me or help me why the add line doesnt work?

It should be like
- you have e.g. 100 spawners in your virtual mine
- you want to withdraw 10 spawners
- those spawners should be remove from players virtual mine
- he should get the amount of mob spawners in his inventory that he used as arg 2