View Single Post
  #6  
Old 10-12-2001, 03:41 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
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;
}