def item_effect(item) if uesd if self.is_a?(Game_Actor) and item.name.include?("卷轴") $game_variables[1] = item.id end 但是不知道为什么没有赋值变量的效果!