これが尋ねられたことは知っていますが、役立つものは何も見つかりません。私のコードは次のとおりです。
print("Welcome to Text RPG \n");
function commmand()
print("What do you want to do? \(\"help\" for help\) \n NOTE: MUST BE IN CAPS")
input = io.read()
--condition = input == "HELP" or input == "EAST" or input == "WEST" or input =="NORTH" or input == "SOUTH" or input == "SHOP"
if input == "HELP" or input == "EAST" or input == "WEST" or input =="NORTH" or input== "SOUTH" or input == "SHOP" then
--Future game code
end
end
command()
検索してみましたが答えが見つからず、これを尋ねるためだけにアカウントを作成しました