eq2emu/docs/lua_functions/SetSuccessTimer.md

14 lines
232 B
Markdown
Raw Permalink Normal View History

2025-05-25 21:42:32 -04:00
### Function: SetSuccessTimer(spawn)
2025-05-04 14:34:15 -04:00
**Description:**
2025-05-25 21:42:32 -04:00
Set the success timer for the spawn in the instance.
2025-05-04 14:34:15 -04:00
**Parameters:**
2025-05-25 21:42:32 -04:00
- `spawn` (Spawn) - Spawn object representing `spawn`.
2025-05-04 14:34:15 -04:00
**Returns:** None.
**Example:**
2025-05-25 21:42:32 -04:00
Example Required