SetNPCRespawnTime: Difference between revisions
From Onset Developer Wiki
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..." |
No edit summary |
||
Line 3: | Line 3: | ||
{{FuncDescription|Set the NPC's respawn time.}} | {{FuncDescription|Set the NPC's respawn time.}} | ||
{{FuncSyntax| | {{FuncSyntax|SetNPCRespawnTime(NPC, time)}} | ||
{{FuncParameters}} | {{FuncParameters}} |
Revision as of 10:56, 6 January 2020
Description
Set the NPC's respawn time.
Syntax
SetNPCRespawnTime(NPC, time)
Parameters
- NPC
The NPC identifier. - time
The time in milliseconds.
Return Value
- Returns true on success.
Example
SetNPCRespawnTime(npc, 10000)