11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
#include "zep_inc_craft"
|
|
|
|
void main() {
|
|
|
|
object oPC = GetPCSpeaker();
|
|
object oDatabase = GetItemPossessedBy(oPC, "database");
|
|
|
|
SetLocalInt(oDatabase, "ItemCraftedType1", 0);
|
|
ZEP_StopCraft(oPC, FALSE);
|
|
}
|