From b571d8d050a80d98ea9752040325a70359783239 Mon Sep 17 00:00:00 2001 From: Zackhasacat Date: Fri, 25 Aug 2023 14:25:25 -0500 Subject: [PATCH] Remove player quest name example --- files/lua_api/openmw/types.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/files/lua_api/openmw/types.lua b/files/lua_api/openmw/types.lua index 868023952e..199b1a8e8b 100644 --- a/files/lua_api/openmw/types.lua +++ b/files/lua_api/openmw/types.lua @@ -766,8 +766,6 @@ -- @return #list<#PlayerQuest> -- @usage -- Get stage of a specific quest -- stage = types.Player.quests(player)["ms_fargothring"].stage --- @usage -- Get names of all started quests --- for x, quest in pairs(types.Player.quests(player)) do print (quest.name) end -- @usage -- Start a new quest, add it to the player's quest list but don't add any journal entries -- types.Player.quests(player)["ms_fargothring"].stage = 0