So it would be:
Code: Select all
init:
init python:
renpy.music.register_channel("sound2", "sfx", loop=False)Code: Select all
init:
init python:
renpy.music.register_channel("sound2", "sfx", False)Code: Select all
init:
init python:
renpy.music.register_channel("sound2", "sfx", loop=False)Code: Select all
init:
init python:
renpy.music.register_channel("sound2", "sfx", False)Code: Select all
init:
init python:
renpy.music.register_channel("sound2", "sfx", True)
Code: Select all
if physical >= 2:
$ physical_points += 5
elif physical == 1:
$ physical_points += 4
else:
$ physical_points += 3