Battle_Std.JumpStatus ====================== .. function:: void Set(int flag) Sets the jump status flag based on the provided flag. :param int flag: The flag to set. .. function:: void Add(int flag) Adds the specified flag to the jump status. :param int flag: The flag to add. .. function:: void Del(int flag) Removes the specified flag from the jump status. :param int flag: The flag to remove. .. function:: int Check(int flag) Checks if the specified flag is set in the jump status. :param int flag: The flag to check. :returns: 1 if the flag is set, otherwise 0.