Reddit is the Like/Dislike thing.
On a side note: closed my FB account a year ago. I don't miss it at all.
On a side note: closed my FB account a year ago. I don't miss it at all.
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: notarobotyet on Wed 03/07/2019 14:06:03
not even Monsieur OUXX
Quote from: notarobotyet on Mon 01/07/2019 12:58:54
Hope this clue doesn't give too much away!
Quote from: Khris on Tue 25/06/2019 13:21:52
man n fist: and every other one of at least a few dozen adventure games implementing this puzzle
Quote from: Khris on Tue 25/06/2019 00:29:46
Yes, definitely. The scripting language can easily do that. Just create a bunch of bool variables and set them to true at the appropriate time.Code: ags function hKeyhole_Useinv() { if (player.ActiveInventory == iPencil) { if (oNewspaperFloorDoor.Visible) { Display("You push the pencil into the keyhole. You can hear something drop onto the newspaper behind the door."); achWorstPuzzle = true; } } }
You can also add a custom function that'll display an animated achievement badge, with custom text and logo if you want. You can pretty much do anything you want. You just have to create all the graphics and write the appropriate code.
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.124 seconds with 15 queries.