Quote from: heltenjon on Sun 01/10/2023 18:06:00I would also like to see more of the three kobolds! Or even a follow-up starring the princess.Thanks for a fun game with great puzzle mechanics!
Glad you like my little game.


This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: heltenjon on Sun 01/10/2023 18:06:00I would also like to see more of the three kobolds! Or even a follow-up starring the princess.Thanks for a fun game with great puzzle mechanics!
Quote from: Khris on Fri 02/06/2023 08:10:49So you added a single, empty function and now the action label simply disappears? No idea what's going on there, it should always show the verb at least.
Or do you have code in there?
function iVoiceRecorder_Interact()
{
if (!recorded_own_voice)
{
if (!voice_recorder_has_cassette)
{
player.Say("It needs a cassette to play.");
if (!voice_recorder_has_batteries)
{
player.Say("And it needs batteries.");
}
}
else
{
if (!voice_recorder_has_batteries)
{
player.Say("It's out of batteries.");
}
else
{
if (!entered_camp_first_time)
{
player.Say("PLAY!");
}
else
{
player.Say("I will record my own voice!");
recorded_own_voice = true;
iVoiceRecorder.Name = "voice device";
}
}
}
}
}
Quote from: Khris on Fri 02/06/2023 01:41:34By default, clicking with the "Use" verb on an item makes the action line change to "Use item_name with" and you're now supposed to click a second item/hotspot.
function iVoiceRecorder_Interact()
{
}
Quote from: CaptainD on Thu 10/11/2022 13:44:42Yes many thanks Ramon, your last-minute testing was absolutely invaluable!![]()
Quote from: CaptainD on Thu 10/11/2022 13:44:42I should also mention that the game has been updated with 7 bonus levels (courtesy of Ramon, Lorenzo, myself and my 8 year-old daughter!!) and if anyone creates a level they'd like included in a future update, please contact me.![]()
Quote from: CaptainD on Fri 19/08/2022 18:23:13I'll get a game page entry here up soon. In the meantime, thanks to lorenzo and Steven Don (sorry can't remember your AGS handle) for testing, and also CrashPL for pointing out an issue.
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.062 seconds with 16 queries.