Browse Source

Two more updated docs...

Fulminus 17 years ago
parent
commit
8d4a83d615

+ 1 - 1
datapack_development/data/scripts/ai/group_template/documentation.txt

@@ -9,4 +9,4 @@ inherit from the first group template, then add the new behaviours, and split up
 
 "NPC registrations" refers to the addition of NPCs in the various events of the scripts, such as onAttack, onKill, etc
 Those are done by using keywords such as "addKillId" etc.  For more details on registrations, see 
-"jscript/quests/documentation.txt"
+"scripts/quests/documentation.txt"

+ 1 - 1
datapack_development/data/scripts/ai/individual/documentation.txt

@@ -10,4 +10,4 @@ inherit from a group template that defines AI for ALL mobs that cast spells, the
 
 "NPC registrations" refers to the addition of NPCs in the various events of the scripts, such as onAttack, onKill, etc
 Those are done by using keywords such as "addKillId" etc.  For more details on registrations, see 
-"jscript/quests/documentation.txt"
+"scripts/quests/documentation.txt"