1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 18:59:57 +00:00

Merge branch 'fix_quests_example' into 'master'

Remove removed player quest name example

See merge request OpenMW/openmw!3377
This commit is contained in:
Alexei Kotov 2023-08-26 15:42:28 +00:00
commit 8eba9aa2e9

View file

@ -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