mirror of
https://github.com/emagi/eq2emu
synced 2026-08-12 18:23:04 -04:00
300 B
300 B
Function: SetQuestTimerComplete(quest, player)
Description: Set's the quest timer as complete for the player.
Parameters:
quest(Quest) - Quest object representingquest.player(Spawn) - Spawn object representingplayer.
Returns: None.
Example:
Example Required