
10-12-2001, 03:41 AM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
If the variables/flags need to be displayed on the
client side then use client. flags (setstring client.hp,100
or so). All other flags are kept on the npcserver.
To make sure people have the important weapons
add this to the control-npc with npccontrol:
if (actionplayeronline) {
addweapon Day-Night;
addweapon System;
addweapon whatever;
} |
|
|
|