Make Citizen Vulnerable (Effect) — Skonic

Addon: Skonic · Category: Effect · Since: 1.2

Syntax

make (citizen|npc) %npcs% [in]vulnerable

Description

Changes whether a Citizens NPC can be attacked or not.

Examples

on citizen damage:
	make event-npc invulnerable
	wait 5 seconds
	make event-npc protected

View source