Danke, ich habe es nun mit Code: if File.exist?("Game.rxproj") || File.exist?("Data//System.rxproj") return ("RPG Maker XP") elsif File.exist?("Game.rvproj") || File.exist?("Data//System.rvproj") return ("RPG Maker VX") end gelöst.
if File.exist?("Game.rxproj") || File.exist?("Data//System.rxproj") return ("RPG Maker XP") elsif File.exist?("Game.rvproj") || File.exist?("Data//System.rvproj") return ("RPG Maker VX") end
Foren-Regeln