SetNPCRespawnTime

From Onset Developer Wiki
Revision as of 10:50, 6 January 2020 by 28days (talk | contribs) (Created page with "{{Info|Function|Server|1.0.2}} {{FuncDescription|Set the NPC's respawn time.}} {{FuncSyntax|GetNPCRespawnTime(NPC, time)}} {{FuncParameters}} {{FuncParam|NPC|The NPC identi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
SetNPCRespawnTime

Type: Function
Context: Server
Introduced: v1.0.2

Description

Set the NPC's respawn time.

Syntax

GetNPCRespawnTime(NPC, time)

Parameters

  • NPC
    The NPC identifier.
  • time
    The time in milliseconds.

Return Value

  • Returns true on success.

Example

SetNPCRespawnTime(npc, 10000)

See also