Initial upload
Initial upload
This commit is contained in:
7
_module/nss/zep_cr_start_ca.nss
Normal file
7
_module/nss/zep_cr_start_ca.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "zep_inc_craft"
|
||||
|
||||
void main() {
|
||||
object oPC = GetPCSpeaker();
|
||||
object oArmor = GetItemInSlot(INVENTORY_SLOT_CHEST, oPC);
|
||||
ZEP_StartCraft(oPC, oArmor);
|
||||
}
|
Reference in New Issue
Block a user