Solved Variable Wont Update

  • 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.
ofc stupid me %event.getView().getTitle()%
c433ef68abdeb66600e5c967030cb8c8.png

https://gyazo.com/c433ef68abdeb66600e5c967030cb8c8
 
Sry im on phone now:

Replace these 2:

Code:
on inventory move:
    broadcast "18"
    if event.getView().getTitle() = "&bMr. Boatwright":
        broadcast "19"
        updateFishPrice(player)
        
on inventory drag:
    broadcast "20"
    if event.getView().getTitle() = "&bMr. Boatwright":
        broadcast "21"
        updateFishPrice(player)
 
After that 6 nothing more?
[doublepost=1584032938,1584032828][/doublepost]Replace inventory move with on inventory click: enable it again and add wait 1 tick after bc 19
 
After that 6 nothing more?
[doublepost=1584032938,1584032828][/doublepost]Replace inventory move with on inventory click: enable it again and add wait 1 tick after bc 19
I did that, and it spammed me with lots of numbers lol. But i dont see bc 19.
 
Status
Not open for further replies.