Quote from: Eon_Star on Mon 21/04/2025 11:37:15PS: Problem solved on AGS 3.6.0 but AGS 3.6.1 crashed. I will go with 3.6.0
// global header
import GiveScoreAreaA(int score);
// global script
int score_area_a;
function GiveScoreAreaA(int score) {
GiveScore(score);
score_area_a += score;
if (score_area_a == 20) {
// secret bonus code
}
}
// room event "first time player enters room"
function room_FirstLoad() {
if (game.score == 20) {
// secret bonus code
}
}
Quote"I got curious and downloaded the game. I'm also getting the same error in Dosbox. But after searching around, I finally managed to launch the game. You need a file called cwsdpmi.exe, which you can get here: https://archive.org/details/cwsdpmi
Unzip the zip file into the game folder and run it in Dosbox."
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.034 seconds with 10 queries.