17 lines
338 B
Markdown
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)
|
|
```
|