Loading...
27
11 months ago

For day 783 of coding, I am working on having the room construction function place exits based on the direction entered and what room is being made




0 comments

Loading...

Next up

For day 1119 of coding; following a suggestion by paulohpbender from Bluesky, I made an object that will draw speech bubbles for a calling instance

Thank you

For day 1116 of coding, a green dragon is here

Green dragon is by @SubterraneanExhibit

For day 1123 of coding, I've found a way to have multiple instances have speech bubbles without using array_contains_ext()

For day 1122 of coding; with testing, I've found that array_contains(callID, noone) works, but array_contains_ext(callID, noone, true) doesn't work because callID isn't an array

This is not making sense to me right now

For day 1124 of coding, I've imported the Scribble plugin for texts. I ran a test to make sure nothing weird occurred, and everything looks fine. I'll need to look into and test functions later; as well as look into how another plugin, Chatterbox, works

For day 1121 of coding, I tried some tests to find out the problem to no success. Array_push works, array_length works, but array_contains_ext doesn't for some reason

For day 1118 of coding, I'm trying to have the speech bubble drawn by the orange dragon appear so that the player can walk behind it. I tried using gpu_set_depth, but it didn't work.

Does anyone have any idea how to do this?

For day 1115 of coding, I am currently working on having the interaction create dialog boxes for things like signs or other characters. Nothing to show yet still unfortunately

For day 1117 of coding, we now have a purple dragon by @subterraneanexhibit . I am also working on a speech bubble that appears as I get close

One issue I'm facing is drawing the bubble in front of the dragon and the player

For day 1120 of coding, I'm working on reworking the speech bubble draw code so that it can work when multiple instances call it

Right now, I'm facing an issue where the ID holding array doesn't count as an array for array_contains_ext