Hello,
changing the code in 003_VMS_Battle_Handler.rb to the following worked for me.
def self.start_battle(player)
begin
seed = VMS.get_cluster_id.to_s.clone # Ensure seed is a string
if $player.id < player.id
seed << hash_pokemon($player.party).to_s # Convert hash to...