345 B
345 B
Function: RemoveQuestStep(player, quest, step)
Description: Remove a quest step from the Player's quest journal.
Parameters:
player(Spawn) - Spawn object representingplayer.quest(Quest) - Quest object representingquest.step(uint32) - Integer valuestep.
Returns: None.
Example:
Example Required