guiを開いた状態でのクリックの左右の検知がしたい

on inventory right click:のようなことがしたいのですが方法が見当たらないので教えてもらいたいです...
2 Replies
mirageeeeeeeeeeeeeeeeeeeeeeeeeee
on inventory clickイベント内でclicked typeを用いて判定します https://skripthub.net/docs/?id=2137
on inventory click:
if click type is left mouse button:
#左クリック
if click type is right mouse button:
#右クリック
if click type is left mouse button with shift:
#左クリック+シフト
if click type is right mouse button with shift:
#右クリック+シフト
on inventory click:
if click type is left mouse button:
#左クリック
if click type is right mouse button:
#右クリック
if click type is left mouse button with shift:
#左クリック+シフト
if click type is right mouse button with shift:
#右クリック+シフト
Skript Hub - Documentation
Click Type (Type) - Skript
Click type, mostly for inventory events. Tells exactly which keys/buttons player pressed, assuming that default keybindings are used in client side.
L2ck_
L2ck_OP9mo ago
できました!ありがとうございます
Want results from more Discord servers?
Add your server