コード例 #1
0
ファイル: ls_rotate.py プロジェクト: 6n0m0n/memento_mori
    def __init__(self, session, character, direct):

        LS_lowbehavior.__init__(self, session, character)
        self.subtype = "rotate"
        self.character.orientation = direct
        self.status = "finished"
コード例 #2
0
ファイル: ls_derp.py プロジェクト: 6n0m0n/memento_mori
    def __init__(self, session, character):

        LS_lowbehavior.__init__(self, session, character)
        self.subtype = "derp"
コード例 #3
0
    def __init__(self, session, character, direct):

        LS_lowbehavior.__init__(self, session, character)
        self.subtype = "rotate"
        self.character.orientation = direct
        self.status = "finished"
コード例 #4
0
ファイル: ls_bribe.py プロジェクト: 6n0m0n/memento_mori
 def __init__(self, session, character):
     LS_lowbehavior.__init__(self, session, character)
     self.subtype = "bribe"
コード例 #5
0
ファイル: ls_move.py プロジェクト: 6n0m0n/Snakes_2_24_2014
    def __init__(self, session, character, move_loc):

        LS_lowbehavior.__init__(self, session, character)
        self.move_loc = move_loc
        self.subtype = "move"
        print("Move initiated")
コード例 #6
0
ファイル: ls_move.py プロジェクト: 6n0m0n/memento_mori
    def __init__(self, session, character, move_loc):

        LS_lowbehavior.__init__(self, session, character)
        self.move_loc = move_loc
        self.subtype = "move"
        self.status = "failure"
コード例 #7
0
ファイル: ls_move.py プロジェクト: 6n0m0n/Snakes_2_24_2014
    def __init__(self, session, character, move_loc):

        LS_lowbehavior.__init__(self, session, character)
        self.move_loc = move_loc
        self.subtype = "move"
        print("Move initiated")
コード例 #8
0
ファイル: ls_move.py プロジェクト: 6n0m0n/memento_mori
    def __init__(self, session, character, move_loc):

        LS_lowbehavior.__init__(self, session, character)
        self.move_loc = move_loc
        self.subtype = "move"
        self.status = "failure"