This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #============================================================================== | |
| # ** 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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] # |
NewerOlder