09-24-2011, 03:39 AM
Sure. It's one of the first things I put into the system, the sideview mirror system as mentioned in the .pdf file as well as the introduction script:
Code:
#------------------------------------------------------------------------------
# SIDEVIEW MIRROR: This value switches the positions of both enemies and
# heroes to opposite ends of the screen.
#
# Script : $sideview_mirror = [number]
# number : a value indicating whether the hero & enemy positions are switched
# 0 = Default: Enemies on the left, Heroes on the right
# 1 = Switched: Heroes on the left, Enemies on the right
#
#==============================================================================