Skip to content

Instantly share code, notes, and snippets.

View Erisa's full-sized avatar
💕

Erisa A Erisa

💕
View GitHub Profile
print("-=-=-=-=-=-=-=-=-=-=-")
print("= Welcome to quiz!! =")
print("-=-=-=-=-=-=-=-=-=-=-")
print()
score = 0
question = 1
print("[- Question 1 -]")
print("Q -- Into which sea does the Nile flow?")
print("A: Amundsen")
@Erisa
Erisa / eventcopy.rb
Last active April 29, 2017 20:02
[RMVXA] Fixed script to copy event from a different map. All credit to original author.
#==============================================================================
# ** Game_Event
#------------------------------------------------------------------------------
# This class handles events. Functions include event page switching via
# condition determinants and running parallel process events. Used within the
# Game_Map class.
#==============================================================================
class Game_Event < Game_Character
attr_accessor :id
@Erisa
Erisa / move_event_id.rb
Last active April 12, 2022 18:31
[RMVXA] Transfer Player on Gameover
if true #Set to false to disable script.
# Copyright Erisa A (Seriel) 2018
###############################################################################
# Seriel ~ Transfer Player on Gameover ~ <3 #
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
# The code here can be reused for any purpose, with credit given. #
# This includes both Commercial and Non-Commercial use. #
# However, contact is appreciated before Commercial use. #
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
# Contact email | [email protected] #