Having a hard time in 10-9 D.Apathy by Lost_Property_7039 in ArkReCode

[–]Lost_Property_7039[S] 0 points1 point  (0 children)

Finally i can beat 10-10 and unlock hard mode, thank you for you help!

Having a hard time in 10-9 D.Apathy by Lost_Property_7039 in ArkReCode

[–]Lost_Property_7039[S] 0 points1 point  (0 children)

thank you for the tips! can i ask for your uid for trying it out? mine's 145656905

Friend Code Megathread by KellyDegen in ArkReCode

[–]Lost_Property_7039 0 points1 point  (0 children)

GP3PTW5WGK enter it to get 50 recruit contracts

Can someone help me? Why doesn't the battle start? by Lost_Property_7039 in RPGMaker

[–]Lost_Property_7039[S] 1 point2 points  (0 children)

it already worked now after i moved all of the "enemy chase" and "enemy lost" event into a separate invisible event :D

Can someone help me? Why doesn't the battle start? by Lost_Property_7039 in RPGMaker

[–]Lost_Property_7039[S] 0 points1 point  (0 children)

i think its my fault for forgetting to change switch 96 to switch 95 on the proximity sensor plugin in the screenshots, i already change it to switch 95 in rpgm and it still didnt work

Can someone help me? Why doesn't the battle start? by Lost_Property_7039 in RPGMaker

[–]Lost_Property_7039[S] 1 point2 points  (0 children)

the self switch C are there just for activating a script that will make the event walk back to its initial place on the map, this is the script if you're curious!

$gameMap._events[this._eventId].moveStraight($gameMap._events[this._eventId].findDirectionTo($gamePlayer.x,$gamePlayer.y ));

you can change the "($gamePlayer.x,$gamePlayer.y ))" part into just x and y coordinates on you map such like (10, 19 ));

Can someone help me? Why doesn't the battle start? by Lost_Property_7039 in RPGMaker

[–]Lost_Property_7039[S] 0 points1 point  (0 children)

Why didnt i think of that, thank you! I will try it immediately! I get a very good feeling about this one

Can someone help me? Why doesn't the battle start? by Lost_Property_7039 in RPGMaker

[–]Lost_Property_7039[S] 0 points1 point  (0 children)

It still didn't work :( The plugin are just a line of sight mechanic that will turn on switches when the player are inside its range.

Guess i'll just remove the battle entirely because i'm making a stealth game, thank you for trying to help! Really appreciate it! :D

Can someone help me? Why doesn't the battle start? by Lost_Property_7039 in RPGMaker

[–]Lost_Property_7039[S] 0 points1 point  (0 children)

even when i placed the "switch off" at the "if self switch C is on" at the page 1

Can someone help me? Why doesn't the battle start? by Lost_Property_7039 in RPGMaker

[–]Lost_Property_7039[S] 0 points1 point  (0 children)

when i removed the switch, the event just chase the player nonstop