standard-mode.lua

local prompt = Uiprompt:new(`INPUT_DYNAMIC_SCENARIO`, "Standard Mode Test")

prompt:setStandardMode(true)

prompt:setOnStandardModeJustCompleted(function()
	TriggerEvent("chat:addMessage", {args = {"Standard mode completed!"}})
end)

UipromptManager:startEventThread()
generated by LDoc 1.4.6 Last updated 2021-09-01 00:43:04