Main Page

From NPC for VCMP 0.4 Servers
Revision as of 18:16, 1 January 2023 by Habi (talk | contribs)
Jump to navigation Jump to search

Introduction

NPCs also known as bots -feature introduced in April 2022 in vc-mp forum. This new feature allows you to create NPCs inside your server who will work like virtual players. Like normal players, they use server slot. Their actions are scripted by squirrel scripts. These scripts with 'artificial intelligence' of NPC reside in npcscripts directory.

Each NPC run in its own process. This might make their usage and working economical. The NPC scripts have functions as well as callbacks. The Player functions, Advanced functions are all functions usable in npcscripts( and not server scripts).

NPC script callbacks

NPC script functions

Constants

Player functions

Advanced functions(v1.5+)

Functions used only in server scripts

More

v1.5