Function add_journal_index

Source
pub fn add_journal_index(pid: u16, quest: &str, index: u16)
Expand description

Add a new journal item of type INDEX to the journal changes for a player.

pid The player ID whose journal changes should be used.
quest The quest of the journal item.
index The quest index of the journal item.

Returns void