Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
炸弹人模式中 如何实现物品随机掉落比如十个小怪只有五个小怪可以掉落出东西 而且是随机的
@Ssoua9 当怪物死亡后random(100)<50,创建一个道具。需要利用事件,而且需要一个随机变量来做判断。