added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
9 lines
213 B
Plaintext
9 lines
213 B
Plaintext
#include "zep_inc_craft"
|
|
|
|
void main() {
|
|
object oPC = GetPCSpeaker();
|
|
object oHelmet = GetItemInSlot(INVENTORY_SLOT_HEAD, oPC);
|
|
ZEP_StartCraft(oPC, oHelmet);
|
|
ZEP_SetPart(oPC, ZEP_CR_HELMET, 182);
|
|
}
|