1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- # gameover
- $menu_loc =
- $menu_arg =
- menu_off = 0
- gs
- if over = 1:
-
-
- elseif over = 2:
-
- if StoryLine = 0 and ntstart = 0:
-
- *nl
-
-
- else
-
- *nl
-
-
- end
- elseif over = 3:
-
-
- elseif over = 4:
-
-
- elseif over = 5:
-
-
-
- elseif over = 6:
-
-
- elseif over = 7:
-
-
- elseif over = 8:
-
-
- elseif over = 9:
-
-
- elseif over = 10:
-
-
- elseif over = 11:
-
-
- elseif over = 12:
-
-
- elseif over = 13:
-
-
- !! {"The last bit of you fades away, and what was you no longer has the ability to care anymore." The idea being there was no soul that went to the afterlife. Total death. So not even able to bring full understanding of what happened, because you are gone. Broodmare curse abortion death.}
- end
- act
- if $ARGS[0] =
- showstat 0
- showobjs 0
- showinput 0
- fcolor = RGB(255,255,255)
- bcolor = RGB(0,0,0)
- lcolor = RGB(106,90,205)
- cls
- cla
- !!there is no point having this optional 8, I say just delete this as I reworded the first bit to be more generic for drugs.
- if over = 8:
- *nl & *nl
-
-
- *nl & *nl
-
- else
- *nl & *nl & *nl & *nl & *nl & *nl & *nl & *nl & *nl & *nl
-
- end
- act
- act
- act
- end
- if $ARGS[0] =
- if StoryLine = 0:
- opengame
- else
- opengame
- end
- end
- --- gameover ---------------------------------
|