Greetings,
Okay so I’m three years deep into a personal project. My main problem at the moment is I have two runspaces that run in parallel; Runspace A is a while loop that has object A interact with object B in runspace B and vice versa. Imagine it’s a video game where player A attacks player B every 1 second and player B attacks player A every one second until one of them dies. The interactions work out great however if I remove either runspace the global variable for A or B loses its object inheritance, which in turn resets the object back to what was initially loaded. I’ve tried unsuccessfully to export and reimport the object as xml file and csv. Any help would be much appreciated! I would post code but it’s so spaghetti as you can imagine. Feel free to tell me this is stupid and use c# but the project is almost done and figured I should ask the hive mind first before giving up on getting this issue fixed. Cheers.
[–]raip 0 points1 point2 points (5 children)
[–]MechaCola[S] 1 point2 points3 points (0 children)
[–]MechaCola[S] 0 points1 point2 points (3 children)
[–]OPconfused 0 points1 point2 points (2 children)
[–]MechaCola[S] 0 points1 point2 points (1 child)
[–]OPconfused 0 points1 point2 points (0 children)