sovdee
sovdee
I do agree with switching it to a condition. The `is a cow` thing not being in docs makes sense, but I don't think it's a great analogy here. An...
Alright I'm pretty happy with the state that this is in, if you would be so kind as to give it another once-over, AyhamAl-Ali.
in response to limeglass's post on skunity discord soliciting opinions: `clicked action` specifically makes no sense to me. What action are you clicking on? `click action` I would interpret as...
Can replicate on 1.19.2 paper, 2.6.3 Skript, fresh install. Used vanilla 1.19.2 client. Used code: ``` on inventory click: broadcast "%name of event-item%" on inventory click: broadcast "%event-item%" ``` Created...
> > `clicked action` specifically makes no sense to me. What action are you clicking on? > > An inventory action https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/inventory/InventoryAction.html You're not clicking on the action, so `clicked...
> > > > `clicked action` specifically makes no sense to me. What action are you clicking on? > > > > > > > > > An inventory action...
> > ok just remove clicked action too and all's good. that was my original suggestion anyway > > Then there is no point in this pull request, that's the...
Closing in favor of new PR on skript-docs repo: https://github.com/SkriptLang/skript-docs/pull/8
I'm strongly opposed to this implementation of tab completions. I think it's quite limiting for the user, quite confusing as it occupies the same space as default values (What if...
> You place "help" as the first index. Your example indicates that all the tab completions would be the default value: ``` message string argument # messages "example" and "another...