Revert "TGUI alerts, lists, inputs"
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
return
|
||||
|
||||
if(!new_type)
|
||||
new_type = tgui_input_text(usr, "Mob type path:", "Mob type")
|
||||
new_type = input("Mob type path:", "Mob type") as text|null
|
||||
|
||||
if(istext(new_type))
|
||||
new_type = text2path(new_type)
|
||||
|
||||
Reference in New Issue
Block a user