
- UID
- 431699
- 帖子
- 1136
- 精华
- 1
- 威望
- 10
- 阅读权限
- 100
- 性别
- 男
- 注册时间
- 2007-7-7
|
if (type >= ARCHER01 and type <=ARCHER03 or type >= LANCER01 and type <=LANCER03 or type >= SWORDMAN01 and type <=SWORDMAN03 ) then
result = GetMyEnemyA (myid)
elseif (type >= ARCHER04 and type <=ARCHER10 or type >= LANCER04 and type <=LANCER10 or type >= SWORDMAN04 and type <=SWORDMAN10) then
result = GetMyEnemyB (myid)
end
红字部分多余了把 |
|