123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- # MBasement
- if $ARGS[0] =
- $location_type =
- $loc =
- $loc_arg =
- $menu_loc =
- $menu_arg =
- mbasement_rand = rand(0,100)
- if mbasement_rand > 97:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 94:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 91:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 88:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 85:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 82:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 79:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 76:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 73:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 70:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 67:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 64:
- *clr & cla
-
-
- gs
- elseif mbasement_rand > 61:
- *clr & cla
-
-
- gs
- elseif mbasement_rand <= 61:
- *clr & cla
- menu_off = 0
-
-
- act
- end
- end
- if $ARGS[0] =
- menu_off = 1
- gs
- gs
- gs
- act
- end
- if $ARGS[0] =
- menu_off = 1
- gs
- gs
- gs
- act
- end
- --- MBasement ---------------------------------
|