#Dependency installation
1 messages · Page 1 of 1 (latest)
why can't you use vanilla skript anvils?
because they are buggy and i cant figure out how to get the user input
i've never had any issues with them
and you can use https://skripthub.net/docs/?id=9483
yeah ive tried it, it just returns none
send code 
1 sec
function getText(player: player, prompt: text):
set metadata value "gui" of {_player} to anvil inventory named {_prompt}
set slot 0 of metadata value "gui" of {_player} to name tag named "&7"
open metadata value "gui" of {_player} to {_player}
on inventory click:
current inventory is metadata value "gui" of player
event-inventory's type is anvil inventory
cancel event
event-inventory is metadata value "gui" of player
index of event-slot is 2
broadcast anvil text input of event-inventory ? "None"
interesting
it should be working, i'll dig deeper
Same problem capturing text input returns none
always and under any condition
have you got a code that works?