12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
#include "zep_inc_craft2"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetPCSpeaker();
|
|
object oDatabase = GetItemPossessedBy(oPC, "database");
|
|
|
|
SetLocalInt(oDatabase, "ItemCraftedType1", 0);
|
|
|
|
ZEP_AttemptCraft(oPC);
|
|
}
|