1、角色

2、装备

3、提示



4、默认代码

5、代码
while True:
enemy = hero.findNearestEnemy()
if enemy:
o=enemy.pos.y-hero.pos.y
a=enemy.pos.x-hero.pos.x
hero.say(Math.atan2(o,a)*180/Math.PI)


6、运行


时间:2026-02-15 07:51:38
1、角色

2、装备

3、提示



4、默认代码

5、代码
while True:
enemy = hero.findNearestEnemy()
if enemy:
o=enemy.pos.y-hero.pos.y
a=enemy.pos.x-hero.pos.x
hero.say(Math.atan2(o,a)*180/Math.PI)


6、运行

