This is to make mods for Lemonoids! You will find the instructions to how to code in CASA(Career And Society Application) in notes and credits. Press Enter for a new line.
CASA Cheat sheet: speedx: player horizontal speed variable. speedy: player vertical speed variable. =: set a variable to a value. eg: speedx=10 frictionx: player horizontal slow down speed. frictiony: player vertical slow down speed. st pr: used at the beginning of every program to start a program. en pr: used at the end of every program to stop the program. SpawnLemon( type(all lowercase) ):spawns a lemon of type lemon, lime, cheezoid, giantoid, or megaloid. There must be spaces between type and both parenthesis. firespeed: a variable for how much delay between player fires. lemonspeed: a variable for how fast the lemons are. fr( *beta (code) ): repeat actions forever/forever loop. lemonbighp: a variable for how much health big lemons have. lemonmedhp: a variable for how much health medium lemons have.