Jump to content


Dog's Content

There have been 2 items by Dog (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#279508 [LanteaCraft / SGCraft] == ccDHD ==

Posted by Dog on 03 October 2020 - 06:34 AM in Programs

Hi, Korvynus! Sorry for the late reply - I don't get around to these parts as much any more. I actually had that in the program and didn't like it the way I had implemented it, so I took it out before release sorry to say. If I ever get around to updating ccDHD I'll take a look at adding something along those lines. Though I'm not sure how I'd do it and not have it look awful or completely hide the wormhole - online/offline status of the wormhole is paramount so the iris status indicator can't completely cover the wormhole. Thanks for the suggestion - it's a good idea, I just did a lousy job implementing it on my first try and I can't guarantee if/when the second try will happen. Sorry I don't have a better answer for you.



#279457 Var A keeps increasing more than I want it to

Posted by Dog on 17 May 2020 - 06:29 PM in Ask a Pro

You're manipulating 'a' in both the spawnThem function and startSimulation function - that *might* be why it's reaching 7 instead of being what you expect. You might want to use different variables in each function and see if that fixes the issue.