09-02-2005, 01:00 PM (This post was last modified: 07-20-2017, 04:42 AM by DerVVulfman.)
This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.
Different Location Script
This is my first script ever, so don't expect much. Anyway, I hope you like it :mood_Nice: I'm learning how to script, I'm so happy! :mood_happy:
And sorry again for my english :mood_bawling:
SCRIPT
Code:
#=======================================================#
# Different Location Script #
# by KaotiX #
#-------------------------------------------------------#
# This is a different location script (duh). It doesn't #
# show the map's name as a location, but as the value #
# of a variable, so you can name your maps as you #
# wish and the player won't see these names. Also, if #
# you don't specify a name for a map, the location #
# window will show "???". #
#-------------------------------------------------------#
# To install this script, create a new slot above Main #
# and put the code into it. The variable #20 must be #
# free (if you want to use another, just change the #
# 20 in "$game_variables[20]" for the ID of the #
# one that you want). Please give credit if used. #
#=======================================================#