
10-08-2001, 08:11 PM
|
|
Graal Administration
|
Join Date: Jan 2000
Location: Admins
Posts: 11,693
|
|
|
OK
simple solution:
do something like
if (created) {
setshape 1,48,48;
}
Otherwise the server-side script
don't know the size of the npc
and asumes that its a hidden npc
(which if course cannot be hit).
You could also do the command
showcharacter on the server-side,
then the server would know its
an npc that has the size of a player |
|
|
|