added areas and ccoh, fixed some areas to work with crafting fixed some on death issues added server entry/ooc
5 lines
141 B
Plaintext
5 lines
141 B
Plaintext
void main()
|
|
{
|
|
DoPlaceableObjectAction(GetNearestObjectByTag(GetLocalString(OBJECT_SELF,"sKillMe"),OBJECT_SELF,1),PLACEABLE_ACTION_BASH);
|
|
}
|