Skip to content

Instantly share code, notes, and snippets.

View Erisa's full-sized avatar
💕

Erisa A Erisa

💕
View GitHub Profile
@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 | seriel@erisa.moe #
@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
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 / procedural_demo.py
Last active January 11, 2018 00:44
Some assignment for some college thing :teehee:
print("┌-────────────────────────────-┐ _ ")
print("│ Procedural Programming Demo │ ( ) _ ")
print("│ With Python! │ (_` )_('> ")
print("├─────────────────────────────-┤ (__,~_)8 ")
print("│ │ _YY_ ")
print('""""|""|""^^^|^^^^^^^^^^^"""|""^^^^^^^"""|"^')
def procedure_demo():
print("\n\nThis demo is actually a procedure in itself, but lets demo one anyway!")
print("(Comments will help here")
@Erisa
Erisa / transfer_on_gameover.rb
Last active August 25, 2022 09:15
Seriel ~ Transfer Player on Gameover
if true #Set to false to disable script.
# Copyright Erisa A. (erisa.uk) 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: | erisa@erisa.uk #
@Erisa
Erisa / _switch_variable_logger.md
Last active January 18, 2020 12:11
Seriel ~ Switch/Variable Logger

Important

These scripts/plugins are now being stored on the Erisa/RPG-Maker-Scripts repository, check there for the newest versions.

@Erisa
Erisa / dynamic_variables.rb
Last active February 28, 2023 21:35
Dynamic Variables [RPG Maker VX Ace]
if true #Set to false to disable script.
# (C) Copyright Erisa A (Seriel) 2019
###############################################################################
# Seriel ~ Dynamic Variables #
# See under this notice for some help. #
#=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=#
# 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. #
# Modified versions must give credit, however it must not be implied that the #
@Erisa
Erisa / _dt_autosave.md
Last active January 18, 2020 12:18
DT's autosave but cleaned and has disable option

Important

These scripts/plugins are now being stored on the Erisa/RPG-Maker-Scripts repository, check there for the newest versions.

@Erisa
Erisa / profile.json
Last active August 7, 2020 04:21
Windows Terminal Config
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"snapToGridOnResize": false,
"profiles": {
"defaults": {
"fontFace": "Cascadia Code",
"useAcrylic": true,
"padding": "0, 0, 0, 0",
"colorScheme": "One Half Dark",
@Erisa
Erisa / worker_links_wip.js
Last active September 8, 2020 07:08
worker links wip