REO-EE/_module/nss/zep_cr_stop_abr2.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

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);
}