APickledWalrus / skript-placeholders

Placeholder integration for Skript.
GNU General Public License v3.0
28 stars 8 forks source link

Can't compare? #20

Closed zimzaza4 closed 3 years ago

zimzaza4 commented 3 years ago

Description

Can't compare

Steps to Reproduce

on placeholderapi placeholder request for the prefix "custom": if the identifier is "message": set the result to "Hey there %player%!"

Expected Behavior

The code should execute correctly

Errors / Screenshots

IMG20210128145741

Server Information

Additional Context

APickledWalrus commented 3 years ago

Are you sure you don't have any sort of stray/invalid characters in your code? This should work - can you send your actual code?

zimzaza4 commented 3 years ago

Oh

zimzaza4 commented 3 years ago

Code: IMG20210306193812

zimzaza4 commented 3 years ago

IMG20210306193827

zimzaza4 commented 3 years ago

I used the examples in the wiki, but none of them work properly

APickledWalrus commented 3 years ago

Sorry for the SUPER late reply. I had never got around to replying 😢

I am still unable to reproduce this issue with your code:

on placeholderapi placeholder request for the prefix "custom":
    if the identifier is "message":
        set the result to "Hey there %player%!"

image

Because I can't reproduce this, and I am not sure why you might be having this issue, I am going to have to close this issue. If anyone have any ideas, feel free to comment here.