8,013
edits
Paradox-01 (talk | contribs) m (BSL) |
Paradox-01 (talk | contribs) mNo edit summary |
||
Line 18: | Line 18: | ||
func main | func main | ||
{ | { | ||
# remove all | ### remove all other BSL files | ||
chr_debug_characters = 1 | |||
# teleport Mai onto the streets | ### show XYZ position | ||
#chr_debug_characters = 1 | |||
### teleport Mai onto the streets | |||
chr_location 0 -500 -2 -940 | chr_location 0 -500 -2 -940 | ||
# darken her surrounding | ### darken her surrounding | ||
gl_fog_blue=0 | gl_fog_blue=0 | ||
gl_fog_red=0 | gl_fog_red=0 | ||
gl_fog_green=0 | gl_fog_green=0 | ||
gl_fog_start=0.9 | gl_fog_start=0.9 | ||
# transforming to SSJ | ### transforming to SSJ | ||
chr_super 0 1 | chr_super 0 1 | ||
} | } |
edits