QQ图片20240516112529.jpg (104.03 KB, 下载次数: 37)
QQ图片20240516112556.png (8.8 KB, 下载次数: 31)
Game_Followers.prototype.setup = function() { this._data = []; for (let i = 1; i < $gameParty.maxBattleMembers() * 2; i++) { this._data.push(new Game_Follower(i)); } } Game_Follower.prototype.actor = function() { return this._memberIndex % 2 == 0 && $gameParty.battleMembers()[this._memberIndex / 2]; }
小秋橙 发表于 2024-5-16 16:34
Game_Followers.prototype.setup = function() {
this._data = [];
for (let i = 1; i < $gamePart ...
小秋橙 发表于 2024-5-16 16:34
Game_Followers.prototype.setup = function() {
this._data = [];
for (let i = 1; i < $gamePart ...
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |