added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
#include "vamp_friends"
|
|
|
|
void main()
|
|
{
|
|
vamp_friends(GetEnteringObject());
|
|
}
|
|
|
|
|