Warden5 1 Posted April 30, 2016 i have an event for the pet with multiple pages: page 1 is blank with variable 13 as 0, page 2 is for an egg and v[13] is 1, hatched is 3 and so on. i can get the egg and hatch it no problem, but it disappears after a few seconds. this is my event for the lifecycle so far can anyone tell me what i did wrong? Share this post Link to post Share on other sites
+ Takeo212 1,079 Posted April 30, 2016 Can you retake the screenshot please and save it as a png or jpg? My PC is really stupid right now, so I can't open the bitmap format on my PC to view your event pages. Sorry for the problem. If the event is disappearing at the end, it sounds like you have either an "erase event" or no graphic at the end. That's just an assumption however since I can't view the image :< Share this post Link to post Share on other sites
Warden5 1 Posted April 30, 2016 (edited) the clock variable is set to an array for [time][days][months] or [30 seconds][ 30 time][30 days] i can add that event too if needed.Edit: I just want to verify that the pictured event is what I believe to be causing it, not the one disappearing. The one that disappears is using the S1 variable. Page 1 is S1[0] and is blank, page 2 is S1[1] and all it has is a sprite and it can add too the S1egg, page 3 is S1[2] and only has a sprite for now (I wanted to fix this before I continued). Victorious edit: figured it out, i really goofed that one up. It was registering the BDay event too fast and it aged to death in a matter of seconds! if anyone wants to use this, i fixed it by adding an additional condition branch to check if the year = birth year + age + 1. I just added the birth year to be saved on page 1 when the egg hatches. Edited May 2, 2016 by Warden5 Share this post Link to post Share on other sites