Main Page

From NPC for VCMP 0.4 Servers
Revision as of 15:10, 19 March 2022 by 137.97.117.56 (talk)
Jump to navigation Jump to search

Introduction

NPCs also known as bots -feature just now being introduced by habi.vc-mp. 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. If you want to have 10 different NPC doing 10 different things, you might want to script 10 different scripts.

Each NPC run in its own process. This might make their usage and working economical. The NPC scripts have functions as well as callbacks.

NPC script callbacks

NPC script functions

Functions used only within gamemode

Function Set Two