I stucked in the wall in my own collision system while above boxes and ramps objects in z-Axis. I gave up and tried this system. I just replaced the place_meeting to my custom script, and VOILA!! Everything running smoothly. Thanks Pixelated!
k3nn
7
Posts
1
Topics
1
Following
A member registered Dec 06, 2019
Recent community posts
TrueState - Finite State Machine for GMS2 comments · Posted in TrueState - Finite State Machine for GMS2 comments
TDMC 2.0 - for GameMaker 2022+ comments · Replied to Pixelated Pope in TDMC 2.0 - for GameMaker 2022+ comments
Hello Vadim,
I got something like this. How do i access values inside obj1 and obj2?
{
"obj1":{
"item1":["w","s","a","d","i","o","p","k"],
"item2":["-1","-1","-1","-1","-1","-1","-1","-1"],
"item3":["-1","-1","-1","-1","-1","-1","-1","-1"],
"item4":["-1","-1","-1","-1","-1","-1","-1","-1"]
},
"obj2":{
"item1":["-1","-1","-1","-1","-1","-1","-1","-1"],
"item2":["-1","-1","-1","-1","-1","-1","-1","-1"],
"item3":["-1","-1","-1","-1","-1","-1","-1","-1"],
"item4":["-1","-1","-1","-1","-1","-1","-1","-1"]
}
}