■ホムンクルス基礎知識 PrivateMoon :ttp://www15t.sakura.ne.jp/~privatemoon/alc/hom_100.html Chemical Company :ttp://blog.livedoor.jp/meta_mor/archives/50073961.html
local type = GetV (V_HOMUNTYPE,myid)
if (type == LIF or type == LIF_H or type == AMISTR or type == AMISTR_H
or type == LIF2 or type == LIF_H2 or type == AMISTR2 or type ==
AMISTR_H2) then result = GetMyEnemyA (myid) elseif (type == FILIR or type == FILIR_H or type == VANILMIRTH or type == VANILMIRTH_H) then result = GetMyEnemyB (myid) -- 敵取得タイプB(先攻型) end return result end っとあるから、この文章の下から4つめ”result = GetMyEnemyB (myid) -- 敵取得タイプB(先攻型)” の部分を”result = GetMyEnemyA (myid) -- 敵取得タイプB(先攻型)”に変更する。