mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-19 19:53:53 +00:00
Remove player quest name example
This commit is contained in:
parent
fea6f438ee
commit
b571d8d050
1 changed files with 0 additions and 2 deletions
|
@ -766,8 +766,6 @@
|
||||||
-- @return #list<#PlayerQuest>
|
-- @return #list<#PlayerQuest>
|
||||||
-- @usage -- Get stage of a specific quest
|
-- @usage -- Get stage of a specific quest
|
||||||
-- stage = types.Player.quests(player)["ms_fargothring"].stage
|
-- 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
|
-- @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
|
-- types.Player.quests(player)["ms_fargothring"].stage = 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue