Save-Point
The Other Way - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Material Development (https://www.save-point.org/forum-8.html)
+--- Forum: Scripts Database (https://www.save-point.org/forum-39.html)
+---- Forum: RPGMaker VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html)
+---- Thread: The Other Way (/thread-9030.html)



The Other Way - kyonides - 09-02-2024

The Other Way
VX + ACE
(2017-06-15)

By Kyonides

(Not that I should be proud of this anyway...)


Introduction

This simple scriptlet lets you modify the main character's movements by making him or her walk in the opposite direction while this is enabled.


Instructions

There are two versions of my scriptlet, choose wisely.

Script calls:

$game_player.other_way = true
The player walks in the opposite direction.

$game_player.other_way = false
$game_player.other_way = nil

The player walks normally in the right direction.

$game_player.other_way_duration(seconds)
Same as the previous call but for a limited amount of time.


Scripts

Terms & Conditions

Free for use in ANY game. Gamer
Due credit is mandatory! Angry