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

17 lines
338 B
Markdown

### Function: InstructionWindowClose(player)
**Description:**
Disables / closes he instruction window previously provided.
**Parameters:**
- `player` (Spawn) - Spawn object representing `player`.
**Returns:** None.
**Example:**
```lua
-- From Quests/FarJourneyFreeport/TasksaboardtheFarJourney.lua
InstructionWindowClose(Player)
```