Solved Help with a script!

  • 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 comminuty!

    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!

Status
Not open for further replies.

Kondii

Member
Jun 29, 2017
17
1
3
25
So my problem is that is says "bandemoremedlem2(p: player) is not a text"

Heres is the part of the script:

function bandemoremedlem2(p: player):
set {_bankkonto} to "%{bander::%{bande::%{uuid::%{_p}%}%}%::bankkonto}%" parsed as a number
if {_bankkonto} is more than 9999:
add 1 to {bander::%{bande::%{uuid::%{_p}%}%}%::maxmedlemmer}
send "{@prefix} &7Du har nu købt &a1 medlem&7 mere til din bande!" to {_p}
remove 10000 from {bander::%{bande::%{uuid::%{_p}%}%}%::bankkonto}
stop

Pls help
 
Status
Not open for further replies.