Initial Commit
Initial Commit [v1.01]
This commit is contained in:
23
_module/nss/tr_500.nss
Normal file
23
_module/nss/tr_500.nss
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
|
||||
#include "tr_items_inc"
|
||||
#include "nw_i0_tool"
|
||||
#include "craft_inc"
|
||||
|
||||
void main()
|
||||
{
|
||||
int nSkillTest, nItemsBits = 0;
|
||||
int nWoodSkillNumber;
|
||||
object oPC = GetLastUsedBy();
|
||||
|
||||
{
|
||||
nWoodSkillNumber = GetCampaignInt(GZ_AMON_CRAFT, "GZ_BD_WOODCRAFT!", oPC);
|
||||
AmonCraftWood(oPC, nWoodSkillNumber=nWoodSkillNumber+500);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user