added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
8 lines
183 B
Plaintext
8 lines
183 B
Plaintext
#include "x2_inc_itemprop"
|
|
|
|
int StartingConditional()
|
|
{
|
|
object oTarget = GetFirstItemInInventory(GetLocalObject(OBJECT_SELF,"Forge"));
|
|
return (IPGetIsMeleeWeapon(oTarget));
|
|
}
|