1
0
EQ2Emu/docs/lua_functions/InstructionWindowClose.md
2025-05-25 21:42:32 -04:00

338 B

Function: InstructionWindowClose(player)

Description: Disables / closes he instruction window previously provided.

Parameters:

  • player (Spawn) - Spawn object representing player.

Returns: None.

Example:

-- From Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua
InstructionWindowClose(Player)